#855E44

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

Shades of Dark Wood #855E44

Tints of Dark Wood #855E44

Color information

#855E44 (or 0x855E44) is unknown color: approx Dark Wood. HEX triplet: 85, 5E and 44. RGB value is (133,94,68). Sum of RGB (Red+Green+Blue) = 133+94+68=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E44 is #7AA1BB. Grayscale: #666666. Windows color (decimal): -8036796 or 4480645. OLE color: 4480645.

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

Color convert

RGB1339468-
CMYK00.290.490.48
HSL24º32.34%39.41%-
HSV(B)24º48.87%52.16%-
XYZ14.7213.417.28-
YUV102.7108.42149.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=45.08%
G=31.86%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133946800.290.490.482432.3439.41
Hex855E4401D3130182027
Octal2051361040356160304047
Binary100001011011110100010001110111000111000011000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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