Html Css Color HEX #836142 Dark Wood

📋 copy color: '#836142'

red 131 ◦ green 97 ◦ blue 66

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

Shades of Dark Wood #836142

Tints of Dark Wood #836142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 44.56%
G = 32.99%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#836142 (or 0x836142) is known color: Dark Wood. HEX triplet: 83, 61 and 42. RGB value is (131,97,66). Sum of RGB (Red+Green+Blue) = 131+97+66=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #836142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836142 is #7C9EBD. Grayscale: #676767. Windows color (decimal): -8167102 or 4350339. OLE color: 4350339.

HSL color Cylindrical-coordinate representation of color #836142: hue angle of 28.62º 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 #836142 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 66 -
CMYK 0 0.26 0.50 0.49
HSL 28.62º 0.33% 0.39% -
HSV(B) 28.62º 0.5% 0.51% -
XYZ 14.62 13.77 7.04 -
YUV 103.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 131 97 66 0 0.26 0.50 0.49 28.62 0.33 0.39
Hex 83 61 42 0 1A 32 31 1D 21 27
Octal 203 141 102 0 32 62 61 35 41 47
Binary 10000011 1100001 1000010 0 11010 110010 110001 11101 100001 100111

Color Harmonies of #836142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836142

Black with #836142

Text Example


Text Example

White with #836142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836142; }

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

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

background-color css

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

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

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

border-color css

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

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

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