Shades of Saddle Brown #853307
Tints of Saddle Brown #853307
RGB
CMYK
RGB Variations
Color information
#853307 (or 0x853307) is known color: Saddle Brown. HEX triplet: 85, 33 and 07. RGB value is (133,51,7). Sum of RGB (Red+Green+Blue) = 133+51+7=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #853307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853307 is #7ACCF8. Grayscale: #464646. Windows color (decimal): -8047865 or 471941. OLE color: 471941.
HSL color Cylindrical-coordinate representation of color #853307: hue angle of 20.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #853307 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 7 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.48 |
| HSL | 20.95º | 0.9% | 0.27% | - |
| HSV(B) | 20.95º | 0.95% | 0.52% | - |
| XYZ | 10.9 | 7.37 | 1.05 | - |
| YUV | 70.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 7 | 0 | 0.62 | 0.95 | 0.48 | 20.95 | 0.9 | 0.27 |
| Hex | 85 | 33 | 7 | 0 | 3E | 5F | 30 | 15 | 5A | 1B |
| Octal | 205 | 63 | 7 | 0 | 76 | 137 | 60 | 25 | 132 | 33 |
| Binary | 10000101 | 110011 | 111 | 0 | 111110 | 1011111 | 110000 | 10101 | 1011010 | 11011 |
Color Harmonies of #853307
Complementary color
Monochromatic Colors of #853307
Black with #853307
Text Example
Text Example
White with #853307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853307; }
p { color: rgb(133,51,7); }
H1.HeaderClassName
{
color: #853307;
}
.AnyTagClassName
{
color: #853307;
}
</style>
background-color css
<style>
a { background-color: #853307; }
a { background-color: rgb(133,51,7); }
div.DivClassName
{
background-color: #853307;
}
.BgClassName
{
background-color: #853307;
}
</style>
border-color css
<style>
span { border-color: #853307; }
span { border-color: rgb(133,51,7); }
td.TdClassName
{
border-color: #853307;
}
.TagClassName
{
border-color: #853307;
}
</style>