#836142

Color #836142 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #836142

Tints of Dark Wood #836142

Color information

#836142 (or 0x836142) is unknown color: approx 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

RGB1319766-
CMYK00.260.500.49
HSL28.62º32.99%38.63%-
HSV(B)28.62º49.62%51.37%-
XYZ14.6213.777.04-
YUV103.63106.76147.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131976600.260.500.4928.6232.9938.63
Hex83614201A32311d2127
Octal2031411020326261354147
Binary100000111100001100001001101011001011000111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>