Html Css Color HEX #836041 Dark Wood

📋 copy color: '#836041'

red 131 ◦ green 96 ◦ blue 65

#836041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #836041

Tints of Dark Wood #836041

RGB

 RED value IS 131 (51.56% from 255) = 44.86%

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 44.86%
G = 32.88%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#836041 (or 0x836041) is known color: Dark Wood. HEX triplet: 83, 60 and 41. RGB value is (131,96,65). Sum of RGB (Red+Green+Blue) = 131+96+65=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #836041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836041 is #7C9FBE. Grayscale: #676767. Windows color (decimal): -8167359 or 4284547. OLE color: 4284547.

HSL color Cylindrical-coordinate representation of color #836041: hue angle of 28.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836041 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 65 -
CMYK 0 0.27 0.50 0.49
HSL 28.18º 0.34% 0.38% -
HSV(B) 28.18º 0.5% 0.51% -
XYZ 14.5 13.57 6.86 -
YUV 102.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 131 96 65 0 0.27 0.50 0.49 28.18 0.34 0.38
Hex 83 60 41 0 1B 32 31 1C 22 26
Octal 203 140 101 0 33 62 61 34 42 46
Binary 10000011 1100000 1000001 0 11011 110010 110001 11100 100010 100110

Color Harmonies of #836041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836041

Black with #836041

Text Example


Text Example

White with #836041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836041; }

 p { color: rgb(131,96,65); }

 H1.HeaderClassName
 {
   color: #836041;
 }
 .AnyTagClassName
 {
   color: #836041;
 }
</style>

background-color css

<style>
 a { background-color: #836041; }

 a { background-color: rgb(131,96,65); }

 div.DivClassName
 {
   background-color: #836041;
 }
 .BgClassName
 {
   background-color: #836041;
 }
</style>

border-color css

<style>
 span { border-color: #836041; }

 span { border-color: rgb(131,96,65); }

 td.TdClassName
 {
   border-color: #836041;
 }
 .TagClassName
 {
   border-color: #836041;
 }
</style>