#875F46

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

Shades of Dark Wood #875F46

Tints of Dark Wood #875F46

Color information

#875F46 (or 0x875F46) is unknown color: approx Dark Wood. HEX triplet: 87, 5F and 46. RGB value is (135,95,70). Sum of RGB (Red+Green+Blue) = 135+95+70=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F46 is #78A0B9. Grayscale: #686868. Windows color (decimal): -7905466 or 4611975. OLE color: 4611975.

HSL color Cylindrical-coordinate representation of color #875F46: hue angle of 23.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875F46 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1359570-
CMYK00.300.480.47
HSL23.08º31.71%40.2%-
HSV(B)23.08º48.15%52.94%-
XYZ15.1913.787.65-
YUV104.11108.75150.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=45%
G=31.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135957000.300.480.4723.0831.7140.2
Hex875F4601E302F172028
Octal2071371060366057274050
Binary100001111011111100011001111011000010111110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F46; }

 p { color: rgb(135,95,70); }

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

<style>
 a { background-color: #875F46; }

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

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

<style>
 span { border-color: #875F46; }

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

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