Shades of Saddle Brown #852C09
Tints of Saddle Brown #852C09
RGB
CMYK
RGB Variations
Color information
#852C09 (or 0x852C09) is known color: Saddle Brown. HEX triplet: 85, 2C and 09. RGB value is (133,44,9). Sum of RGB (Red+Green+Blue) = 133+44+9=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #852C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C09 is #7AD3F6. Grayscale: #424242. Windows color (decimal): -8049655 or 601221. OLE color: 601221.
HSL color Cylindrical-coordinate representation of color #852C09: hue angle of 16.94º 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 #852C09 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 9 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.48 |
| HSL | 16.94º | 0.87% | 0.28% | - |
| HSV(B) | 16.94º | 0.93% | 0.52% | - |
| XYZ | 10.62 | 6.81 | 1.01 | - |
| YUV | 66.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 9 | 0 | 0.67 | 0.93 | 0.48 | 16.94 | 0.87 | 0.28 |
| Hex | 85 | 2C | 9 | 0 | 43 | 5D | 30 | 11 | 57 | 1C |
| Octal | 205 | 54 | 11 | 0 | 103 | 135 | 60 | 21 | 127 | 34 |
| Binary | 10000101 | 101100 | 1001 | 0 | 1000011 | 1011101 | 110000 | 10001 | 1010111 | 11100 |
Color Harmonies of #852C09
Complementary color
Monochromatic Colors of #852C09
Black with #852C09
Text Example
Text Example
White with #852C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C09; }
p { color: rgb(133,44,9); }
H1.HeaderClassName
{
color: #852C09;
}
.AnyTagClassName
{
color: #852C09;
}
</style>
background-color css
<style>
a { background-color: #852C09; }
a { background-color: rgb(133,44,9); }
div.DivClassName
{
background-color: #852C09;
}
.BgClassName
{
background-color: #852C09;
}
</style>
border-color css
<style>
span { border-color: #852C09; }
span { border-color: rgb(133,44,9); }
td.TdClassName
{
border-color: #852C09;
}
.TagClassName
{
border-color: #852C09;
}
</style>