Shades of Saddle Brown #852C08
Tints of Saddle Brown #852C08
RGB
CMYK
RGB Variations
Color information
#852C08 (or 0x852C08) is known color: Saddle Brown. HEX triplet: 85, 2C and 08. RGB value is (133,44,8). Sum of RGB (Red+Green+Blue) = 133+44+8=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #852C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C08 is #7AD3F7. Grayscale: #424242. Windows color (decimal): -8049656 or 535685. OLE color: 535685.
HSL color Cylindrical-coordinate representation of color #852C08: hue angle of 17.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852C08 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 8 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.48 |
| HSL | 17.28º | 0.89% | 0.28% | - |
| HSV(B) | 17.28º | 0.94% | 0.52% | - |
| XYZ | 10.62 | 6.81 | 0.98 | - |
| YUV | 66.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 8 | 0 | 0.67 | 0.94 | 0.48 | 17.28 | 0.89 | 0.28 |
| Hex | 85 | 2C | 8 | 0 | 43 | 5E | 30 | 11 | 59 | 1C |
| Octal | 205 | 54 | 10 | 0 | 103 | 136 | 60 | 21 | 131 | 34 |
| Binary | 10000101 | 101100 | 1000 | 0 | 1000011 | 1011110 | 110000 | 10001 | 1011001 | 11100 |
Color Harmonies of #852C08
Complementary color
Monochromatic Colors of #852C08
Black with #852C08
Text Example
Text Example
White with #852C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C08; }
p { color: rgb(133,44,8); }
H1.HeaderClassName
{
color: #852C08;
}
.AnyTagClassName
{
color: #852C08;
}
</style>
background-color css
<style>
a { background-color: #852C08; }
a { background-color: rgb(133,44,8); }
div.DivClassName
{
background-color: #852C08;
}
.BgClassName
{
background-color: #852C08;
}
</style>
border-color css
<style>
span { border-color: #852C08; }
span { border-color: rgb(133,44,8); }
td.TdClassName
{
border-color: #852C08;
}
.TagClassName
{
border-color: #852C08;
}
</style>