#836745

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

Shades of Dark Wood #836745

Tints of Dark Wood #836745

Color information

#836745 (or 0x836745) is unknown color: approx Dark Wood. HEX triplet: 83, 67 and 45. RGB value is (131,103,69). Sum of RGB (Red+Green+Blue) = 131+103+69=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #836745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836745 is #7C98BA. Grayscale: #6B6B6B. Windows color (decimal): -8165563 or 4548483. OLE color: 4548483.

HSL color Cylindrical-coordinate representation of color #836745: hue angle of 32.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836745 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13110369-
CMYK00.210.470.49
HSL32.9º31%39.22%-
HSV(B)32.9º47.33%51.37%-
XYZ15.2814.967.71-
YUV107.5106.28144.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=43.23%
G=33.99%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311036900.210.470.4932.93139.22
Hex8367450152F31211f27
Octal2031471050255761413747
Binary100000111100111100010101010110111111000110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836745; }

 p { color: rgb(131,103,69); }

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

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

 a { background-color: rgb(131,103,69); }

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

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

 span { border-color: rgb(131,103,69); }

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