#895F5F

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

Shades of Light Wood #895F5F

Tints of Light Wood #895F5F

Color information

#895F5F (or 0x895F5F) is unknown color: approx Light Wood. HEX triplet: 89, 5F and 5F. RGB value is (137,95,95). Sum of RGB (Red+Green+Blue) = 137+95+95=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F5F is #76A0A0. Grayscale: #6B6B6B. Windows color (decimal): -7774369 or 6250377. OLE color: 6250377.

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

Color convert

RGB1379595-
CMYK00.310.310.46
HSL18.1%45.49%-
HSV(B)30.66%53.73%-
XYZ16.4714.3312.72-
YUV107.56120.91149-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=41.90%
G=29.05%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137959500.310.310.46018.145.49
Hex895F5F01F1F2E0122d
Octal211137137037375602255
Binary100010011011111101111101111111111101110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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