Shades of Saddle Brown #852C00
Tints of Saddle Brown #852C00
RGB
CMYK
RGB Variations
Color information
#852C00 (or 0x852C00) is known color: Saddle Brown. HEX triplet: 85, 2C and 00. RGB value is (133,44,0). Sum of RGB (Red+Green+Blue) = 133+44+0=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #852C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C00 is #7AD3FF. Grayscale: #414141. Windows color (decimal): -8049664 or 11397. OLE color: 11397.
HSL color Cylindrical-coordinate representation of color #852C00: hue angle of 19.85º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #852C00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.48 |
| HSL | 19.85º | 1% | 0.26% | - |
| HSV(B) | 19.85º | 1% | 0.52% | - |
| XYZ | 10.57 | 6.79 | 0.75 | - |
| YUV | 65.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 0 | 0 | 0.67 | 1 | 0.48 | 19.85 | 1 | 0.26 |
| Hex | 85 | 2C | 0 | 0 | 43 | 64 | 30 | 14 | 64 | 1A |
| Octal | 205 | 54 | 0 | 0 | 103 | 144 | 60 | 24 | 144 | 32 |
| Binary | 10000101 | 101100 | 0 | 0 | 1000011 | 1100100 | 110000 | 10100 | 1100100 | 11010 |
Color Harmonies of #852C00
Complementary color
Monochromatic Colors of #852C00
Black with #852C00
Text Example
Text Example
White with #852C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C00; }
p { color: rgb(133,44,0); }
H1.HeaderClassName
{
color: #852C00;
}
.AnyTagClassName
{
color: #852C00;
}
</style>
background-color css
<style>
a { background-color: #852C00; }
a { background-color: rgb(133,44,0); }
div.DivClassName
{
background-color: #852C00;
}
.BgClassName
{
background-color: #852C00;
}
</style>
border-color css
<style>
span { border-color: #852C00; }
span { border-color: rgb(133,44,0); }
td.TdClassName
{
border-color: #852C00;
}
.TagClassName
{
border-color: #852C00;
}
</style>