#855E48

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

Shades of Dark Wood #855E48

Tints of Dark Wood #855E48

Color information

#855E48 (or 0x855E48) is unknown color: approx Dark Wood. HEX triplet: 85, 5E and 48. RGB value is (133,94,72). Sum of RGB (Red+Green+Blue) = 133+94+72=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E48 is #7AA1B7. Grayscale: #676767. Windows color (decimal): -8036792 or 4742789. OLE color: 4742789.

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

Color convert

RGB1339472-
CMYK00.290.460.48
HSL21.64º29.76%40.2%-
HSV(B)21.64º45.86%52.16%-
XYZ14.8513.467.95-
YUV103.15110.42149.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=44.48%
G=31.44%
B=24.08%

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
Decimal133947200.290.460.4821.6429.7640.2
Hex855E4801D2E30161e28
Octal2051361100355660263650
Binary10000101101111010010000111011011101100001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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