#855F45

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

Shades of Dark Wood #855F45

Tints of Dark Wood #855F45

Color information

#855F45 (or 0x855F45) is unknown color: approx Dark Wood. HEX triplet: 85, 5F and 45. RGB value is (133,95,69). Sum of RGB (Red+Green+Blue) = 133+95+69=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F45 is #7AA0BA. Grayscale: #676767. Windows color (decimal): -8036539 or 4546437. OLE color: 4546437.

HSL color Cylindrical-coordinate representation of color #855F45: hue angle of 24.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855F45 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1339569-
CMYK00.290.480.48
HSL24.38º31.68%39.61%-
HSV(B)24.38º48.12%52.16%-
XYZ14.8413.67.47-
YUV103.4108.59149.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=44.78%
G=31.99%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133956900.290.480.4824.3831.6839.61
Hex855F4501D3030182028
Octal2051371050356060304050
Binary100001011011111100010101110111000011000011000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F45; }

 p { color: rgb(133,95,69); }

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

<style>
 a { background-color: #855F45; }

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

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

<style>
 span { border-color: #855F45; }

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

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