#845B45

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

Shades of Dark Wood #845B45

Tints of Dark Wood #845B45

Color information

#845B45 (or 0x845B45) is unknown color: approx Dark Wood. HEX triplet: 84, 5B and 45. RGB value is (132,91,69). Sum of RGB (Red+Green+Blue) = 132+91+69=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #845B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B45 is #7BA4BA. Grayscale: #646464. Windows color (decimal): -8103099 or 4545412. OLE color: 4545412.

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

Color convert

RGB1329169-
CMYK00.310.480.48
HSL20.95º31.34%39.41%-
HSV(B)20.95º47.73%51.76%-
XYZ14.3312.827.35-
YUV100.75110.08150.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=45.21%
G=31.16%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132916900.310.480.4820.9531.3439.41
Hex845B4501F3030151f27
Octal2041331050376060253747
Binary10000100101101110001010111111100001100001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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