Shades of Saddle Brown #854800
Tints of Saddle Brown #854800
RGB
CMYK
RGB Variations
Color information
#854800 (or 0x854800) is known color: Saddle Brown. HEX triplet: 85, 48 and 00. RGB value is (133,72,0). Sum of RGB (Red+Green+Blue) = 133+72+0=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #854800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854800 is #7AB7FF. Grayscale: #525252. Windows color (decimal): -8042496 or 18565. OLE color: 18565.
HSL color Cylindrical-coordinate representation of color #854800: hue angle of 32.48º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #854800 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.48 |
| HSL | 32.48º | 1% | 0.26% | - |
| HSV(B) | 32.48º | 1% | 0.52% | - |
| XYZ | 11.99 | 9.62 | 1.23 | - |
| YUV | 82.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 0 | 0 | 0.46 | 1 | 0.48 | 32.48 | 1 | 0.26 |
| Hex | 85 | 48 | 0 | 0 | 2E | 64 | 30 | 20 | 64 | 1A |
| Octal | 205 | 110 | 0 | 0 | 56 | 144 | 60 | 40 | 144 | 32 |
| Binary | 10000101 | 1001000 | 0 | 0 | 101110 | 1100100 | 110000 | 100000 | 1100100 | 11010 |
Color Harmonies of #854800
Complementary color
Monochromatic Colors of #854800
Black with #854800
Text Example
Text Example
White with #854800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854800; }
p { color: rgb(133,72,0); }
H1.HeaderClassName
{
color: #854800;
}
.AnyTagClassName
{
color: #854800;
}
</style>
background-color css
<style>
a { background-color: #854800; }
a { background-color: rgb(133,72,0); }
div.DivClassName
{
background-color: #854800;
}
.BgClassName
{
background-color: #854800;
}
</style>
border-color css
<style>
span { border-color: #854800; }
span { border-color: rgb(133,72,0); }
td.TdClassName
{
border-color: #854800;
}
.TagClassName
{
border-color: #854800;
}
</style>