Shades of Saddle Brown #853D09
Tints of Saddle Brown #853D09
RGB
CMYK
RGB Variations
Color information
#853D09 (or 0x853D09) is known color: Saddle Brown. HEX triplet: 85, 3D and 09. RGB value is (133,61,9). Sum of RGB (Red+Green+Blue) = 133+61+9=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D09 is #7AC2F6. Grayscale: #4C4C4C. Windows color (decimal): -8045303 or 605573. OLE color: 605573.
HSL color Cylindrical-coordinate representation of color #853D09: hue angle of 25.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #853D09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 9 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.48 |
| HSL | 25.16º | 0.87% | 0.28% | - |
| HSV(B) | 25.16º | 0.93% | 0.52% | - |
| XYZ | 11.39 | 8.34 | 1.27 | - |
| YUV | 76.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 9 | 0 | 0.54 | 0.93 | 0.48 | 25.16 | 0.87 | 0.28 |
| Hex | 85 | 3D | 9 | 0 | 36 | 5D | 30 | 19 | 57 | 1C |
| Octal | 205 | 75 | 11 | 0 | 66 | 135 | 60 | 31 | 127 | 34 |
| Binary | 10000101 | 111101 | 1001 | 0 | 110110 | 1011101 | 110000 | 11001 | 1010111 | 11100 |
Color Harmonies of #853D09
Complementary color
Monochromatic Colors of #853D09
Black with #853D09
Text Example
Text Example
White with #853D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D09; }
p { color: rgb(133,61,9); }
H1.HeaderClassName
{
color: #853D09;
}
.AnyTagClassName
{
color: #853D09;
}
</style>
background-color css
<style>
a { background-color: #853D09; }
a { background-color: rgb(133,61,9); }
div.DivClassName
{
background-color: #853D09;
}
.BgClassName
{
background-color: #853D09;
}
</style>
border-color css
<style>
span { border-color: #853D09; }
span { border-color: rgb(133,61,9); }
td.TdClassName
{
border-color: #853D09;
}
.TagClassName
{
border-color: #853D09;
}
</style>