#845B46

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

Shades of Dark Wood #845B46

Tints of Dark Wood #845B46

Color information

#845B46 (or 0x845B46) is unknown color: approx Dark Wood. HEX triplet: 84, 5B and 46. RGB value is (132,91,70). Sum of RGB (Red+Green+Blue) = 132+91+70=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #845B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B46 is #7BA4B9. Grayscale: #646464. Windows color (decimal): -8103098 or 4610948. OLE color: 4610948.

HSL color Cylindrical-coordinate representation of color #845B46: hue angle of 20.32º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845B46 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1329170-
CMYK00.310.470.48
HSL20.32º30.69%39.61%-
HSV(B)20.32º46.97%51.76%-
XYZ14.3612.837.51-
YUV100.86110.58150.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=45.05%
G=31.06%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132917000.310.470.4820.3230.6939.61
Hex845B4601F2F30141f28
Octal2041331060375760243750
Binary10000100101101110001100111111011111100001010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,70); }

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

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

 a { background-color: rgb(132,91,70); }

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

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

 span { border-color: rgb(132,91,70); }

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