Shades of Dark Wood #855C44
Tints of Dark Wood #855C44
RGB
CMYK
RGB Variations
Color information
#855C44 (or 0x855C44) is known color: Dark Wood. HEX triplet: 85, 5C and 44. RGB value is (133,92,68). Sum of RGB (Red+Green+Blue) = 133+92+68=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #855C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C44 is #7AA3BB. Grayscale: #656565. Windows color (decimal): -8037308 or 4480133. OLE color: 4480133.
HSL color Cylindrical-coordinate representation of color #855C44: hue angle of 22.15º 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 #855C44 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 68 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.48 |
| HSL | 22.15º | 0.32% | 0.39% | - |
| HSV(B) | 22.15º | 0.49% | 0.52% | - |
| XYZ | 14.54 | 13.06 | 7.22 | - |
| YUV | 101.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 68 | 0 | 0.31 | 0.49 | 0.48 | 22.15 | 0.32 | 0.39 |
| Hex | 85 | 5C | 44 | 0 | 1F | 31 | 30 | 16 | 20 | 27 |
| Octal | 205 | 134 | 104 | 0 | 37 | 61 | 60 | 26 | 40 | 47 |
| Binary | 10000101 | 1011100 | 1000100 | 0 | 11111 | 110001 | 110000 | 10110 | 100000 | 100111 |
Color Harmonies of #855C44
Complementary color
Monochromatic Colors of #855C44
Black with #855C44
Text Example
Text Example
White with #855C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C44; }
p { color: rgb(133,92,68); }
H1.HeaderClassName
{
color: #855C44;
}
.AnyTagClassName
{
color: #855C44;
}
</style>
background-color css
<style>
a { background-color: #855C44; }
a { background-color: rgb(133,92,68); }
div.DivClassName
{
background-color: #855C44;
}
.BgClassName
{
background-color: #855C44;
}
</style>
border-color css
<style>
span { border-color: #855C44; }
span { border-color: rgb(133,92,68); }
td.TdClassName
{
border-color: #855C44;
}
.TagClassName
{
border-color: #855C44;
}
</style>