Shades of Saddle Brown #853F07
Tints of Saddle Brown #853F07
RGB
CMYK
RGB Variations
Color information
#853F07 (or 0x853F07) is known color: Saddle Brown. HEX triplet: 85, 3F and 07. RGB value is (133,63,7). Sum of RGB (Red+Green+Blue) = 133+63+7=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F07 is #7AC0F8. Grayscale: #4D4D4D. Windows color (decimal): -8044793 or 475013. OLE color: 475013.
HSL color Cylindrical-coordinate representation of color #853F07: hue angle of 26.67º 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 #853F07 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.48 |
| HSL | 26.67º | 0.9% | 0.27% | - |
| HSV(B) | 26.67º | 0.95% | 0.52% | - |
| XYZ | 11.49 | 8.56 | 1.25 | - |
| YUV | 77.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 7 | 0 | 0.53 | 0.95 | 0.48 | 26.67 | 0.9 | 0.27 |
| Hex | 85 | 3F | 7 | 0 | 35 | 5F | 30 | 1B | 5A | 1B |
| Octal | 205 | 77 | 7 | 0 | 65 | 137 | 60 | 33 | 132 | 33 |
| Binary | 10000101 | 111111 | 111 | 0 | 110101 | 1011111 | 110000 | 11011 | 1011010 | 11011 |
Color Harmonies of #853F07
Complementary color
Monochromatic Colors of #853F07
Black with #853F07
Text Example
Text Example
White with #853F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F07; }
p { color: rgb(133,63,7); }
H1.HeaderClassName
{
color: #853F07;
}
.AnyTagClassName
{
color: #853F07;
}
</style>
background-color css
<style>
a { background-color: #853F07; }
a { background-color: rgb(133,63,7); }
div.DivClassName
{
background-color: #853F07;
}
.BgClassName
{
background-color: #853F07;
}
</style>
border-color css
<style>
span { border-color: #853F07; }
span { border-color: rgb(133,63,7); }
td.TdClassName
{
border-color: #853F07;
}
.TagClassName
{
border-color: #853F07;
}
</style>