Shades of Saddle Brown #852C04
Tints of Saddle Brown #852C04
RGB
CMYK
RGB Variations
Color information
#852C04 (or 0x852C04) is known color: Saddle Brown. HEX triplet: 85, 2C and 04. RGB value is (133,44,4). Sum of RGB (Red+Green+Blue) = 133+44+4=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C04 is #7AD3FB. Grayscale: #424242. Windows color (decimal): -8049660 or 273541. OLE color: 273541.
HSL color Cylindrical-coordinate representation of color #852C04: hue angle of 18.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #852C04 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 4 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.48 |
| HSL | 18.6º | 0.94% | 0.27% | - |
| HSV(B) | 18.6º | 0.97% | 0.52% | - |
| XYZ | 10.6 | 6.8 | 0.87 | - |
| YUV | 66.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 4 | 0 | 0.67 | 0.97 | 0.48 | 18.6 | 0.94 | 0.27 |
| Hex | 85 | 2C | 4 | 0 | 43 | 61 | 30 | 13 | 5E | 1B |
| Octal | 205 | 54 | 4 | 0 | 103 | 141 | 60 | 23 | 136 | 33 |
| Binary | 10000101 | 101100 | 100 | 0 | 1000011 | 1100001 | 110000 | 10011 | 1011110 | 11011 |
Color Harmonies of #852C04
Complementary color
Monochromatic Colors of #852C04
Black with #852C04
Text Example
Text Example
White with #852C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C04; }
p { color: rgb(133,44,4); }
H1.HeaderClassName
{
color: #852C04;
}
.AnyTagClassName
{
color: #852C04;
}
</style>
background-color css
<style>
a { background-color: #852C04; }
a { background-color: rgb(133,44,4); }
div.DivClassName
{
background-color: #852C04;
}
.BgClassName
{
background-color: #852C04;
}
</style>
border-color css
<style>
span { border-color: #852C04; }
span { border-color: rgb(133,44,4); }
td.TdClassName
{
border-color: #852C04;
}
.TagClassName
{
border-color: #852C04;
}
</style>