#855D48

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

Shades of Dark Wood #855D48

Tints of Dark Wood #855D48

Color information

#855D48 (or 0x855D48) is unknown color: approx Dark Wood. HEX triplet: 85, 5D and 48. RGB value is (133,93,72). Sum of RGB (Red+Green+Blue) = 133+93+72=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D48 is #7AA2B7. Grayscale: #666666. Windows color (decimal): -8037048 or 4742533. OLE color: 4742533.

HSL color Cylindrical-coordinate representation of color #855D48: hue angle of 20.66º 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 #855D48 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1339372-
CMYK00.300.460.48
HSL20.66º29.76%40.2%-
HSV(B)20.66º45.86%52.16%-
XYZ14.7613.287.92-
YUV102.57110.75149.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=44.63%
G=31.21%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133937200.300.460.4820.6629.7640.2
Hex855D4801E2E30151e28
Octal2051351100365660253650
Binary10000101101110110010000111101011101100001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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