Shades of Saddle Brown #854005
Tints of Saddle Brown #854005
RGB
CMYK
RGB Variations
Color information
#854005 (or 0x854005) is known color: Saddle Brown. HEX triplet: 85, 40 and 05. RGB value is (133,64,5). Sum of RGB (Red+Green+Blue) = 133+64+5=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #854005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854005 is #7ABFFA. Grayscale: #4E4E4E. Windows color (decimal): -8044539 or 344197. OLE color: 344197.
HSL color Cylindrical-coordinate representation of color #854005: hue angle of 27.66º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854005 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 5 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.48 |
| HSL | 27.66º | 0.93% | 0.27% | - |
| HSV(B) | 27.66º | 0.96% | 0.52% | - |
| XYZ | 11.53 | 8.66 | 1.21 | - |
| YUV | 77.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 5 | 0 | 0.52 | 0.96 | 0.48 | 27.66 | 0.93 | 0.27 |
| Hex | 85 | 40 | 5 | 0 | 34 | 60 | 30 | 1C | 5D | 1B |
| Octal | 205 | 100 | 5 | 0 | 64 | 140 | 60 | 34 | 135 | 33 |
| Binary | 10000101 | 1000000 | 101 | 0 | 110100 | 1100000 | 110000 | 11100 | 1011101 | 11011 |
Color Harmonies of #854005
Complementary color
Monochromatic Colors of #854005
Black with #854005
Text Example
Text Example
White with #854005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854005; }
p { color: rgb(133,64,5); }
H1.HeaderClassName
{
color: #854005;
}
.AnyTagClassName
{
color: #854005;
}
</style>
background-color css
<style>
a { background-color: #854005; }
a { background-color: rgb(133,64,5); }
div.DivClassName
{
background-color: #854005;
}
.BgClassName
{
background-color: #854005;
}
</style>
border-color css
<style>
span { border-color: #854005; }
span { border-color: rgb(133,64,5); }
td.TdClassName
{
border-color: #854005;
}
.TagClassName
{
border-color: #854005;
}
</style>