#836240

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

Shades of Dark Wood #836240

Tints of Dark Wood #836240

Color information

#836240 (or 0x836240) is unknown color: approx Dark Wood. HEX triplet: 83, 62 and 40. RGB value is (131,98,64). Sum of RGB (Red+Green+Blue) = 131+98+64=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #836240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836240 is #7C9DBF. Grayscale: #686868. Windows color (decimal): -8166848 or 4219523. OLE color: 4219523.

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

Color convert

RGB1319864-
CMYK00.250.510.49
HSL30.45º34.36%38.24%-
HSV(B)30.45º51.15%51.37%-
XYZ14.6513.936.77-
YUV103.99105.43147.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=44.71%
G=33.45%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131986400.250.510.4930.4534.3638.24
Hex83624001933311e2226
Octal2031421000316361364246
Binary100000111100010100000001100111001111000111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836240; }

 p { color: rgb(131,98,64); }

 H1.HeaderClassName
 {
   color: #836240;
 }
 .AnyTagClassName
 {
   color: #836240;
 }
</style>
background-color css

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

 a { background-color: rgb(131,98,64); }

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

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

 span { border-color: rgb(131,98,64); }

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