#855F48

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

Shades of Dark Wood #855F48

Tints of Dark Wood #855F48

Color information

#855F48 (or 0x855F48) is unknown color: approx Dark Wood. HEX triplet: 85, 5F and 48. RGB value is (133,95,72). Sum of RGB (Red+Green+Blue) = 133+95+72=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F48 is #7AA0B7. Grayscale: #676767. Windows color (decimal): -8036536 or 4743045. OLE color: 4743045.

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

Color convert

RGB1339572-
CMYK00.290.460.48
HSL22.62º29.76%40.2%-
HSV(B)22.62º45.86%52.16%-
XYZ14.9313.647.98-
YUV103.74110.09148.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 72 (28.52% from 255) = 24%
R=44.33%
G=31.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133957200.290.460.4822.6229.7640.2
Hex855F4801D2E30171e28
Octal2051371100355660273650
Binary10000101101111110010000111011011101100001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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