COLOR #836020

HEX: #836020 RGB: (131,96,32)

Color info

#836020 contains mainly red and green colors. Web safe color of #836020 is #996633 (or #963).

RGB color model

#836020 color RGB value is (131,96,32).

RGB: (131,96,32) (51%, 38%, 13%)

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 32 of 255 = 13%

131
96
32

R + G + B ~ 34%. #836020 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 96 + 32 = 259 (100%)
R 131 of 259 ~ 50.58%
G 96 of 259 ~ 37.07%
B 32 of 259 ~ 12.36'%

%50.58
%37.07
%12.36

CMYK color model

#836020 color CMYK value is (0,27,76,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 75.57%
  • key color value is 48.63%

CMYK: (0,27,76,49)
C0M27Y76K49 (0%, 27%, 76%, 49%)
(0.00 / 0.27 / 0.76 / 0.49)

CMYK percentages

%0
%26.72
%75.57
%48.63

Codes

Color #836020 in popluar color models

83 60 20
RGB 131 96 32
HSL 39° 60.74% 31.96%
HSB/HSV 39° 75.57% 51.37%
CMYK 0.00% 26.72% 75.57%
48.63%

Color #836020 in popluar number systems.

HEX 83 60 20
Decimal 131 96 32
Binary 10000011 1100000 100000
Octal 203 140 40

Shades and tints

Shades of #836020

#836020
(131,96,32)
#78581E
(120,88,30)
#6D501C
(109,80,28)
#62481A
(98,72,26)
#574018
(87,64,24)
#4C3816
(76,56,22)
#413014
(65,48,20)
#362812
(54,40,18)
#2B2010
(43,32,16)
#20180E
(32,24,14)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #836020

#836020
(131,96,32)
#8E6E34
(142,110,52)
#997C48
(153,124,72)
#A48A5C
(164,138,92)
#AF9870
(175,152,112)
#BAA684
(186,166,132)
#C5B498
(197,180,152)
#D0C2AC
(208,194,172)
#DBD0C0
(219,208,192)
#E6DED4
(230,222,212)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836020 color. Also use rgb(131,96,32) instead hex code.

Text Font Color

.myTextColor { color: #836020; }

<p style="color:#836020">This sample text font color is #836020.</p>

This text font color is #836020.

Background Color

.myBgColor { background-color: #836020; }

<div style="background-color:#836020">Inner text</div>

This div background color is #836020.

Border color

.myBorderColor { border: 1px solid #836020; }

<div style="border:3px solid #836020">Div</div>

This div border color is #836020.

Opacity

.myOpacity80 { color: #836020; opacity: 0.8; }

<p style="color:#836020;opacity:0.8;">80%</p>

Text with #836020 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #836020;}

<p style="text-shadow: 3px 3px 1px #836020">Text here.</p>

This text has shadow with #836020 color.


.textShadow {text-shadow: 3px 3px 1px #836020', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #836020, 5px 5px 20px red">Text here.</p>

This text has shadow with #836020 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#836020, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#836020, Direction=45, Strength=4)">Text</p>

This text has shadow with #836020 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #836020;
-webkit-box-shadow: 1px 1px 3px 2px #836020;
box-shadow: 1px 1px 3px 2px #836020;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #836020; -webkit-box-shadow: 1px 1px 3px 2px #836020; box-shadow:1px 1px 3px 2px #836020;">
Div content here
</div>

This div box has shadow with color #836020.

Preview

Color preview on black background

This text has color #836020 on black background.


Color preview on white background

This text has color #836020 on white background.


Black color preview on #836020 background

This text has black color on #836020 background.


White color preview on #836020 background

This text has white color on #836020 background.


Related colors

Complementary color

Complementary color for #hex is #7C9FDF.


I love getcolorcode.com

Triadic colors

1 #208360 and #602083 with #836020 are triadic colors.

2 #206083 and #608320 with #836020 are triadic colors.