#836541

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

Shades of Dark Wood #836541

Tints of Dark Wood #836541

Color information

#836541 (or 0x836541) is unknown color: approx Dark Wood. HEX triplet: 83, 65 and 41. RGB value is (131,101,65). Sum of RGB (Red+Green+Blue) = 131+101+65=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #836541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836541 is #7C9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8166079 or 4285827. OLE color: 4285827.

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

Color convert

RGB13110165-
CMYK00.230.500.49
HSL32.73º33.67%38.43%-
HSV(B)32.73º50.38%51.37%-
XYZ14.9714.517.01-
YUV105.87104.94145.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=44.11%
G=34.01%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311016500.230.500.4932.7333.6738.43
Hex8365410173231212226
Octal2031451010276261414246
Binary1000001111001011000001010111110010110001100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836541; }

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

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

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

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

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

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

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

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