Shades of Saddle Brown #853D07
Tints of Saddle Brown #853D07
RGB
CMYK
RGB Variations
Color information
#853D07 (or 0x853D07) is known color: Saddle Brown. HEX triplet: 85, 3D and 07. RGB value is (133,61,7). Sum of RGB (Red+Green+Blue) = 133+61+7=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #853D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D07 is #7AC2F8. Grayscale: #4C4C4C. Windows color (decimal): -8045305 or 474501. OLE color: 474501.
HSL color Cylindrical-coordinate representation of color #853D07: hue angle of 25.71º 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 #853D07 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 7 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.48 |
| HSL | 25.71º | 0.9% | 0.27% | - |
| HSV(B) | 25.71º | 0.95% | 0.52% | - |
| XYZ | 11.38 | 8.34 | 1.21 | - |
| YUV | 76.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 7 | 0 | 0.54 | 0.95 | 0.48 | 25.71 | 0.9 | 0.27 |
| Hex | 85 | 3D | 7 | 0 | 36 | 5F | 30 | 1A | 5A | 1B |
| Octal | 205 | 75 | 7 | 0 | 66 | 137 | 60 | 32 | 132 | 33 |
| Binary | 10000101 | 111101 | 111 | 0 | 110110 | 1011111 | 110000 | 11010 | 1011010 | 11011 |
Color Harmonies of #853D07
Complementary color
Monochromatic Colors of #853D07
Black with #853D07
Text Example
Text Example
White with #853D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D07; }
p { color: rgb(133,61,7); }
H1.HeaderClassName
{
color: #853D07;
}
.AnyTagClassName
{
color: #853D07;
}
</style>
background-color css
<style>
a { background-color: #853D07; }
a { background-color: rgb(133,61,7); }
div.DivClassName
{
background-color: #853D07;
}
.BgClassName
{
background-color: #853D07;
}
</style>
border-color css
<style>
span { border-color: #853D07; }
span { border-color: rgb(133,61,7); }
td.TdClassName
{
border-color: #853D07;
}
.TagClassName
{
border-color: #853D07;
}
</style>