Shades of Saddle Brown #852D06
Tints of Saddle Brown #852D06
RGB
CMYK
RGB Variations
Color information
#852D06 (or 0x852D06) is known color: Saddle Brown. HEX triplet: 85, 2D and 06. RGB value is (133,45,6). Sum of RGB (Red+Green+Blue) = 133+45+6=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D06 is #7AD2F9. Grayscale: #434343. Windows color (decimal): -8049402 or 404869. OLE color: 404869.
HSL color Cylindrical-coordinate representation of color #852D06: hue angle of 18.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #852D06 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 6 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.48 |
| HSL | 18.43º | 0.91% | 0.27% | - |
| HSV(B) | 18.43º | 0.95% | 0.52% | - |
| XYZ | 10.64 | 6.88 | 0.94 | - |
| YUV | 66.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 6 | 0 | 0.66 | 0.95 | 0.48 | 18.43 | 0.91 | 0.27 |
| Hex | 85 | 2D | 6 | 0 | 42 | 5F | 30 | 12 | 5B | 1B |
| Octal | 205 | 55 | 6 | 0 | 102 | 137 | 60 | 22 | 133 | 33 |
| Binary | 10000101 | 101101 | 110 | 0 | 1000010 | 1011111 | 110000 | 10010 | 1011011 | 11011 |
Color Harmonies of #852D06
Complementary color
Monochromatic Colors of #852D06
Black with #852D06
Text Example
Text Example
White with #852D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D06; }
p { color: rgb(133,45,6); }
H1.HeaderClassName
{
color: #852D06;
}
.AnyTagClassName
{
color: #852D06;
}
</style>
background-color css
<style>
a { background-color: #852D06; }
a { background-color: rgb(133,45,6); }
div.DivClassName
{
background-color: #852D06;
}
.BgClassName
{
background-color: #852D06;
}
</style>
border-color css
<style>
span { border-color: #852D06; }
span { border-color: rgb(133,45,6); }
td.TdClassName
{
border-color: #852D06;
}
.TagClassName
{
border-color: #852D06;
}
</style>