#845F3E

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

Shades of Dark Wood #845F3E

Tints of Dark Wood #845F3E

Color information

#845F3E (or 0x845F3E) is unknown color: approx Dark Wood. HEX triplet: 84, 5F and 3E. RGB value is (132,95,62). Sum of RGB (Red+Green+Blue) = 132+95+62=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F3E is #7BA0C1. Grayscale: #666666. Windows color (decimal): -8102082 or 4087684. OLE color: 4087684.

HSL color Cylindrical-coordinate representation of color #845F3E: hue angle of 28.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845F3E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1329562-
CMYK00.280.530.48
HSL28.29º36.08%38.04%-
HSV(B)28.29º53.03%51.76%-
XYZ14.4813.446.39-
YUV102.3105.26149.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=45.67%
G=32.87%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132956200.280.530.4828.2936.0838.04
Hex845F3E01C35301c2426
Octal204137760346560344446
Binary10000100101111111111001110011010111000011100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845F3E; }

 p { color: rgb(132,95,62); }

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

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

 a { background-color: rgb(132,95,62); }

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

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

 span { border-color: rgb(132,95,62); }

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