Html Css Color HEX #836042 Dark Wood

📋 copy color: '#836042'

red 131 ◦ green 96 ◦ blue 66

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

Shades of Dark Wood #836042

Tints of Dark Wood #836042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 44.71%
G = 32.76%
B = 22.53%

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

#836042 (or 0x836042) is known color: Dark Wood. HEX triplet: 83, 60 and 42. RGB value is (131,96,66). Sum of RGB (Red+Green+Blue) = 131+96+66=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #836042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836042 is #7C9FBD. Grayscale: #676767. Windows color (decimal): -8167358 or 4350083. OLE color: 4350083.

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

Color convert

RGB 131 96 66 -
CMYK 0 0.27 0.50 0.49
HSL 27.69º 0.33% 0.39% -
HSV(B) 27.69º 0.5% 0.51% -
XYZ 14.53 13.58 7.01 -
YUV 103.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 131 96 66 0 0.27 0.50 0.49 27.69 0.33 0.39
Hex 83 60 42 0 1B 32 31 1C 21 27
Octal 203 140 102 0 33 62 61 34 41 47
Binary 10000011 1100000 1000010 0 11011 110010 110001 11100 100001 100111

Color Harmonies of #836042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836042

Black with #836042

Text Example


Text Example

White with #836042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836042; }

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

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

background-color css

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

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

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

border-color css

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

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

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