Shades of Saddle Brown #853000
Tints of Saddle Brown #853000
RGB
CMYK
RGB Variations
Color information
#853000 (or 0x853000) is known color: Saddle Brown. HEX triplet: 85, 30 and 00. RGB value is (133,48,0). Sum of RGB (Red+Green+Blue) = 133+48+0=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #853000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853000 is #7ACFFF. Grayscale: #444444. Windows color (decimal): -8048640 or 12421. OLE color: 12421.
HSL color Cylindrical-coordinate representation of color #853000: hue angle of 21.65º 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 #853000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.48 |
| HSL | 21.65º | 1% | 0.26% | - |
| HSV(B) | 21.65º | 1% | 0.52% | - |
| XYZ | 10.73 | 7.1 | 0.81 | - |
| YUV | 67.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 0 | 0 | 0.64 | 1 | 0.48 | 21.65 | 1 | 0.26 |
| Hex | 85 | 30 | 0 | 0 | 40 | 64 | 30 | 16 | 64 | 1A |
| Octal | 205 | 60 | 0 | 0 | 100 | 144 | 60 | 26 | 144 | 32 |
| Binary | 10000101 | 110000 | 0 | 0 | 1000000 | 1100100 | 110000 | 10110 | 1100100 | 11010 |
Color Harmonies of #853000
Complementary color
Monochromatic Colors of #853000
Black with #853000
Text Example
Text Example
White with #853000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853000; }
p { color: rgb(133,48,0); }
H1.HeaderClassName
{
color: #853000;
}
.AnyTagClassName
{
color: #853000;
}
</style>
background-color css
<style>
a { background-color: #853000; }
a { background-color: rgb(133,48,0); }
div.DivClassName
{
background-color: #853000;
}
.BgClassName
{
background-color: #853000;
}
</style>
border-color css
<style>
span { border-color: #853000; }
span { border-color: rgb(133,48,0); }
td.TdClassName
{
border-color: #853000;
}
.TagClassName
{
border-color: #853000;
}
</style>