Shades of Saddle Brown #852F03
Tints of Saddle Brown #852F03
RGB
CMYK
RGB Variations
Color information
#852F03 (or 0x852F03) is known color: Saddle Brown. HEX triplet: 85, 2F and 03. RGB value is (133,47,3). Sum of RGB (Red+Green+Blue) = 133+47+3=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F03 is #7AD0FC. Grayscale: #434343. Windows color (decimal): -8048893 or 208773. OLE color: 208773.
HSL color Cylindrical-coordinate representation of color #852F03: hue angle of 20.31º 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 #852F03 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.48 |
| HSL | 20.31º | 0.96% | 0.27% | - |
| HSV(B) | 20.31º | 0.98% | 0.52% | - |
| XYZ | 10.71 | 7.03 | 0.88 | - |
| YUV | 67.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 3 | 0 | 0.65 | 0.98 | 0.48 | 20.31 | 0.96 | 0.27 |
| Hex | 85 | 2F | 3 | 0 | 41 | 62 | 30 | 14 | 60 | 1B |
| Octal | 205 | 57 | 3 | 0 | 101 | 142 | 60 | 24 | 140 | 33 |
| Binary | 10000101 | 101111 | 11 | 0 | 1000001 | 1100010 | 110000 | 10100 | 1100000 | 11011 |
Color Harmonies of #852F03
Complementary color
Monochromatic Colors of #852F03
Black with #852F03
Text Example
Text Example
White with #852F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F03; }
p { color: rgb(133,47,3); }
H1.HeaderClassName
{
color: #852F03;
}
.AnyTagClassName
{
color: #852F03;
}
</style>
background-color css
<style>
a { background-color: #852F03; }
a { background-color: rgb(133,47,3); }
div.DivClassName
{
background-color: #852F03;
}
.BgClassName
{
background-color: #852F03;
}
</style>
border-color css
<style>
span { border-color: #852F03; }
span { border-color: rgb(133,47,3); }
td.TdClassName
{
border-color: #852F03;
}
.TagClassName
{
border-color: #852F03;
}
</style>