Shades of Saddle Brown #853500
Tints of Saddle Brown #853500
RGB
CMYK
RGB Variations
Color information
#853500 (or 0x853500) is known color: Saddle Brown. HEX triplet: 85, 35 and 00. RGB value is (133,53,0). Sum of RGB (Red+Green+Blue) = 133+53+0=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #853500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853500 is #7ACAFF. Grayscale: #474747. Windows color (decimal): -8047360 or 13701. OLE color: 13701.
HSL color Cylindrical-coordinate representation of color #853500: hue angle of 23.91º 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 #853500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.48 |
| HSL | 23.91º | 1% | 0.26% | - |
| HSV(B) | 23.91º | 1% | 0.52% | - |
| XYZ | 10.95 | 7.53 | 0.88 | - |
| YUV | 70.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 0 | 0 | 0.60 | 1 | 0.48 | 23.91 | 1 | 0.26 |
| Hex | 85 | 35 | 0 | 0 | 3C | 64 | 30 | 18 | 64 | 1A |
| Octal | 205 | 65 | 0 | 0 | 74 | 144 | 60 | 30 | 144 | 32 |
| Binary | 10000101 | 110101 | 0 | 0 | 111100 | 1100100 | 110000 | 11000 | 1100100 | 11010 |
Color Harmonies of #853500
Complementary color
Monochromatic Colors of #853500
Black with #853500
Text Example
Text Example
White with #853500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853500; }
p { color: rgb(133,53,0); }
H1.HeaderClassName
{
color: #853500;
}
.AnyTagClassName
{
color: #853500;
}
</style>
background-color css
<style>
a { background-color: #853500; }
a { background-color: rgb(133,53,0); }
div.DivClassName
{
background-color: #853500;
}
.BgClassName
{
background-color: #853500;
}
</style>
border-color css
<style>
span { border-color: #853500; }
span { border-color: rgb(133,53,0); }
td.TdClassName
{
border-color: #853500;
}
.TagClassName
{
border-color: #853500;
}
</style>