Shades of Saddle Brown #852C03
Tints of Saddle Brown #852C03
RGB
CMYK
RGB Variations
Color information
#852C03 (or 0x852C03) is known color: Saddle Brown. HEX triplet: 85, 2C and 03. RGB value is (133,44,3). Sum of RGB (Red+Green+Blue) = 133+44+3=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #852C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C03 is #7AD3FC. Grayscale: #424242. Windows color (decimal): -8049661 or 208005. OLE color: 208005.
HSL color Cylindrical-coordinate representation of color #852C03: hue angle of 18.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852C03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.48 |
| HSL | 18.92º | 0.96% | 0.27% | - |
| HSV(B) | 18.92º | 0.98% | 0.52% | - |
| XYZ | 10.59 | 6.79 | 0.84 | - |
| YUV | 65.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 3 | 0 | 0.67 | 0.98 | 0.48 | 18.92 | 0.96 | 0.27 |
| Hex | 85 | 2C | 3 | 0 | 43 | 62 | 30 | 13 | 60 | 1B |
| Octal | 205 | 54 | 3 | 0 | 103 | 142 | 60 | 23 | 140 | 33 |
| Binary | 10000101 | 101100 | 11 | 0 | 1000011 | 1100010 | 110000 | 10011 | 1100000 | 11011 |
Color Harmonies of #852C03
Complementary color
Monochromatic Colors of #852C03
Black with #852C03
Text Example
Text Example
White with #852C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C03; }
p { color: rgb(133,44,3); }
H1.HeaderClassName
{
color: #852C03;
}
.AnyTagClassName
{
color: #852C03;
}
</style>
background-color css
<style>
a { background-color: #852C03; }
a { background-color: rgb(133,44,3); }
div.DivClassName
{
background-color: #852C03;
}
.BgClassName
{
background-color: #852C03;
}
</style>
border-color css
<style>
span { border-color: #852C03; }
span { border-color: rgb(133,44,3); }
td.TdClassName
{
border-color: #852C03;
}
.TagClassName
{
border-color: #852C03;
}
</style>