#845F5F

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

Shades of Light Wood #845F5F

Tints of Light Wood #845F5F

Color information

#845F5F (or 0x845F5F) is unknown color: approx Light Wood. HEX triplet: 84, 5F and 5F. RGB value is (132,95,95). Sum of RGB (Red+Green+Blue) = 132+95+95=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F5F is #7BA0A0. Grayscale: #6A6A6A. Windows color (decimal): -8102049 or 6250372. OLE color: 6250372.

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

Color convert

RGB1329595-
CMYK00.280.280.48
HSL16.3%44.51%-
HSV(B)28.03%51.76%-
XYZ15.6713.9212.69-
YUV106.06121.76146.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=40.99%
G=29.50%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132959500.280.280.48016.344.51
Hex845F5F01C1C300102d
Octal204137137034346002055
Binary100001001011111101111101110011100110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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