#805F4B

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

Shades of Dark Wood #805F4B

Tints of Dark Wood #805F4B

Color information

#805F4B (or 0x805F4B) is unknown color: approx Dark Wood. HEX triplet: 80, 5F and 4B. RGB value is (128,95,75). Sum of RGB (Red+Green+Blue) = 128+95+75=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F4B is #7FA0B4. Grayscale: #666666. Windows color (decimal): -8364213 or 4939648. OLE color: 4939648.

HSL color Cylindrical-coordinate representation of color #805F4B: hue angle of 22.64º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805F4B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1289575-
CMYK00.260.410.50
HSL22.64º26.11%39.8%-
HSV(B)22.64º41.41%50.2%-
XYZ14.2613.288.47-
YUV102.59112.43146.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=42.95%
G=31.88%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128957500.260.410.5022.6426.1139.8
Hex805F4B01A2932171a28
Octal2001371130325162273250
Binary10000000101111110010110110101010011100101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805F4B; }

 p { color: rgb(128,95,75); }

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

<style>
 a { background-color: #805F4B; }

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

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

<style>
 span { border-color: #805F4B; }

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

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