Shades of Saddle Brown #854201
Tints of Saddle Brown #854201
RGB
CMYK
RGB Variations
Color information
#854201 (or 0x854201) is known color: Saddle Brown. HEX triplet: 85, 42 and 01. RGB value is (133,66,1). Sum of RGB (Red+Green+Blue) = 133+66+1=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #854201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854201 is #7ABDFE. Grayscale: #4E4E4E. Windows color (decimal): -8044031 or 82565. OLE color: 82565.
HSL color Cylindrical-coordinate representation of color #854201: hue angle of 29.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #854201 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.48 |
| HSL | 29.55º | 0.99% | 0.26% | - |
| HSV(B) | 29.55º | 0.99% | 0.52% | - |
| XYZ | 11.63 | 8.89 | 1.13 | - |
| YUV | 78.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 1 | 0 | 0.50 | 0.99 | 0.48 | 29.55 | 0.99 | 0.26 |
| Hex | 85 | 42 | 1 | 0 | 32 | 63 | 30 | 1E | 63 | 1A |
| Octal | 205 | 102 | 1 | 0 | 62 | 143 | 60 | 36 | 143 | 32 |
| Binary | 10000101 | 1000010 | 1 | 0 | 110010 | 1100011 | 110000 | 11110 | 1100011 | 11010 |
Color Harmonies of #854201
Complementary color
Monochromatic Colors of #854201
Black with #854201
Text Example
Text Example
White with #854201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854201; }
p { color: rgb(133,66,1); }
H1.HeaderClassName
{
color: #854201;
}
.AnyTagClassName
{
color: #854201;
}
</style>
background-color css
<style>
a { background-color: #854201; }
a { background-color: rgb(133,66,1); }
div.DivClassName
{
background-color: #854201;
}
.BgClassName
{
background-color: #854201;
}
</style>
border-color css
<style>
span { border-color: #854201; }
span { border-color: rgb(133,66,1); }
td.TdClassName
{
border-color: #854201;
}
.TagClassName
{
border-color: #854201;
}
</style>