#855D41

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

Shades of Dark Wood #855D41

Tints of Dark Wood #855D41

Color information

#855D41 (or 0x855D41) is unknown color: approx Dark Wood. HEX triplet: 85, 5D and 41. RGB value is (133,93,65). Sum of RGB (Red+Green+Blue) = 133+93+65=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D41 is #7AA2BE. Grayscale: #656565. Windows color (decimal): -8037055 or 4283781. OLE color: 4283781.

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

Color convert

RGB1339365-
CMYK00.300.510.48
HSL24.71º34.34%38.82%-
HSV(B)24.71º51.13%52.16%-
XYZ14.5413.26.78-
YUV101.77107.25150.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=45.70%
G=31.96%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133936500.300.510.4824.7134.3438.82
Hex855D4101E3330192227
Octal2051351010366360314247
Binary100001011011101100000101111011001111000011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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