Shades of Dark Wood #855C43
Tints of Dark Wood #855C43
RGB
CMYK
RGB Variations
Color information
#855C43 (or 0x855C43) is known color: Dark Wood. HEX triplet: 85, 5C and 43. RGB value is (133,92,67). Sum of RGB (Red+Green+Blue) = 133+92+67=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #855C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C43 is #7AA3BC. Grayscale: #656565. Windows color (decimal): -8037309 or 4414597. OLE color: 4414597.
HSL color Cylindrical-coordinate representation of color #855C43: hue angle of 22.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855C43 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 67 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.48 |
| HSL | 22.73º | 0.33% | 0.39% | - |
| HSV(B) | 22.73º | 0.5% | 0.52% | - |
| XYZ | 14.51 | 13.05 | 7.06 | - |
| YUV | 101.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 67 | 0 | 0.31 | 0.50 | 0.48 | 22.73 | 0.33 | 0.39 |
| Hex | 85 | 5C | 43 | 0 | 1F | 32 | 30 | 17 | 21 | 27 |
| Octal | 205 | 134 | 103 | 0 | 37 | 62 | 60 | 27 | 41 | 47 |
| Binary | 10000101 | 1011100 | 1000011 | 0 | 11111 | 110010 | 110000 | 10111 | 100001 | 100111 |
Color Harmonies of #855C43
Complementary color
Monochromatic Colors of #855C43
Black with #855C43
Text Example
Text Example
White with #855C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C43; }
p { color: rgb(133,92,67); }
H1.HeaderClassName
{
color: #855C43;
}
.AnyTagClassName
{
color: #855C43;
}
</style>
background-color css
<style>
a { background-color: #855C43; }
a { background-color: rgb(133,92,67); }
div.DivClassName
{
background-color: #855C43;
}
.BgClassName
{
background-color: #855C43;
}
</style>
border-color css
<style>
span { border-color: #855C43; }
span { border-color: rgb(133,92,67); }
td.TdClassName
{
border-color: #855C43;
}
.TagClassName
{
border-color: #855C43;
}
</style>