Shades of Dark Wood #85613F
Tints of Dark Wood #85613F
RGB
CMYK
RGB Variations
Color information
#85613F (or 0x85613F) is known color: Dark Wood. HEX triplet: 85, 61 and 3F. RGB value is (133,97,63). Sum of RGB (Red+Green+Blue) = 133+97+63=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85613F is #7A9EC0. Grayscale: #686868. Windows color (decimal): -8036033 or 4153733. OLE color: 4153733.
HSL color Cylindrical-coordinate representation of color #85613F: hue angle of 29.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85613F is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 63 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.48 |
| HSL | 29.14º | 0.36% | 0.38% | - |
| HSV(B) | 29.14º | 0.53% | 0.52% | - |
| XYZ | 14.84 | 13.89 | 6.6 | - |
| YUV | 103.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 63 | 0 | 0.27 | 0.53 | 0.48 | 29.14 | 0.36 | 0.38 |
| Hex | 85 | 61 | 3F | 0 | 1B | 35 | 30 | 1D | 24 | 26 |
| Octal | 205 | 141 | 77 | 0 | 33 | 65 | 60 | 35 | 44 | 46 |
| Binary | 10000101 | 1100001 | 111111 | 0 | 11011 | 110101 | 110000 | 11101 | 100100 | 100110 |
Color Harmonies of #85613F
Complementary color
Monochromatic Colors of #85613F
Black with #85613F
Text Example
Text Example
White with #85613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85613F; }
p { color: rgb(133,97,63); }
H1.HeaderClassName
{
color: #85613F;
}
.AnyTagClassName
{
color: #85613F;
}
</style>
background-color css
<style>
a { background-color: #85613F; }
a { background-color: rgb(133,97,63); }
div.DivClassName
{
background-color: #85613F;
}
.BgClassName
{
background-color: #85613F;
}
</style>
border-color css
<style>
span { border-color: #85613F; }
span { border-color: rgb(133,97,63); }
td.TdClassName
{
border-color: #85613F;
}
.TagClassName
{
border-color: #85613F;
}
</style>