Shades of Saddle Brown #852800
Tints of Saddle Brown #852800
RGB
CMYK
RGB Variations
Color information
#852800 (or 0x852800) is known color: Saddle Brown. HEX triplet: 85, 28 and 00. RGB value is (133,40,0). Sum of RGB (Red+Green+Blue) = 133+40+0=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852800 is #7AD7FF. Grayscale: #3F3F3F. Windows color (decimal): -8050688 or 10373. OLE color: 10373.
HSL color Cylindrical-coordinate representation of color #852800: hue angle of 18.05º 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 #852800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.48 |
| HSL | 18.05º | 1% | 0.26% | - |
| HSV(B) | 18.05º | 1% | 0.52% | - |
| XYZ | 10.43 | 6.5 | 0.71 | - |
| YUV | 63.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 0 | 0 | 0.70 | 1 | 0.48 | 18.05 | 1 | 0.26 |
| Hex | 85 | 28 | 0 | 0 | 46 | 64 | 30 | 12 | 64 | 1A |
| Octal | 205 | 50 | 0 | 0 | 106 | 144 | 60 | 22 | 144 | 32 |
| Binary | 10000101 | 101000 | 0 | 0 | 1000110 | 1100100 | 110000 | 10010 | 1100100 | 11010 |
Color Harmonies of #852800
Complementary color
Monochromatic Colors of #852800
Black with #852800
Text Example
Text Example
White with #852800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852800; }
p { color: rgb(133,40,0); }
H1.HeaderClassName
{
color: #852800;
}
.AnyTagClassName
{
color: #852800;
}
</style>
background-color css
<style>
a { background-color: #852800; }
a { background-color: rgb(133,40,0); }
div.DivClassName
{
background-color: #852800;
}
.BgClassName
{
background-color: #852800;
}
</style>
border-color css
<style>
span { border-color: #852800; }
span { border-color: rgb(133,40,0); }
td.TdClassName
{
border-color: #852800;
}
.TagClassName
{
border-color: #852800;
}
</style>