Shades of Saddle Brown #852C05
Tints of Saddle Brown #852C05
RGB
CMYK
RGB Variations
Color information
#852C05 (or 0x852C05) is known color: Saddle Brown. HEX triplet: 85, 2C and 05. RGB value is (133,44,5). Sum of RGB (Red+Green+Blue) = 133+44+5=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C05 is #7AD3FA. Grayscale: #424242. Windows color (decimal): -8049659 or 339077. OLE color: 339077.
HSL color Cylindrical-coordinate representation of color #852C05: hue angle of 18.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #852C05 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 5 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.48 |
| HSL | 18.28º | 0.93% | 0.27% | - |
| HSV(B) | 18.28º | 0.96% | 0.52% | - |
| XYZ | 10.6 | 6.8 | 0.9 | - |
| YUV | 66.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 5 | 0 | 0.67 | 0.96 | 0.48 | 18.28 | 0.93 | 0.27 |
| Hex | 85 | 2C | 5 | 0 | 43 | 60 | 30 | 12 | 5D | 1B |
| Octal | 205 | 54 | 5 | 0 | 103 | 140 | 60 | 22 | 135 | 33 |
| Binary | 10000101 | 101100 | 101 | 0 | 1000011 | 1100000 | 110000 | 10010 | 1011101 | 11011 |
Color Harmonies of #852C05
Complementary color
Monochromatic Colors of #852C05
Black with #852C05
Text Example
Text Example
White with #852C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C05; }
p { color: rgb(133,44,5); }
H1.HeaderClassName
{
color: #852C05;
}
.AnyTagClassName
{
color: #852C05;
}
</style>
background-color css
<style>
a { background-color: #852C05; }
a { background-color: rgb(133,44,5); }
div.DivClassName
{
background-color: #852C05;
}
.BgClassName
{
background-color: #852C05;
}
</style>
border-color css
<style>
span { border-color: #852C05; }
span { border-color: rgb(133,44,5); }
td.TdClassName
{
border-color: #852C05;
}
.TagClassName
{
border-color: #852C05;
}
</style>