Shades of Saddle Brown #853D03
Tints of Saddle Brown #853D03
RGB
CMYK
RGB Variations
Color information
#853D03 (or 0x853D03) is known color: Saddle Brown. HEX triplet: 85, 3D and 03. RGB value is (133,61,3). Sum of RGB (Red+Green+Blue) = 133+61+3=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #853D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D03 is #7AC2FC. Grayscale: #4C4C4C. Windows color (decimal): -8045309 or 212357. OLE color: 212357.
HSL color Cylindrical-coordinate representation of color #853D03: hue angle of 26.77º 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 #853D03 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.48 |
| HSL | 26.77º | 0.96% | 0.27% | - |
| HSV(B) | 26.77º | 0.98% | 0.52% | - |
| XYZ | 11.36 | 8.33 | 1.1 | - |
| YUV | 75.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 3 | 0 | 0.54 | 0.98 | 0.48 | 26.77 | 0.96 | 0.27 |
| Hex | 85 | 3D | 3 | 0 | 36 | 62 | 30 | 1B | 60 | 1B |
| Octal | 205 | 75 | 3 | 0 | 66 | 142 | 60 | 33 | 140 | 33 |
| Binary | 10000101 | 111101 | 11 | 0 | 110110 | 1100010 | 110000 | 11011 | 1100000 | 11011 |
Color Harmonies of #853D03
Complementary color
Monochromatic Colors of #853D03
Black with #853D03
Text Example
Text Example
White with #853D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D03; }
p { color: rgb(133,61,3); }
H1.HeaderClassName
{
color: #853D03;
}
.AnyTagClassName
{
color: #853D03;
}
</style>
background-color css
<style>
a { background-color: #853D03; }
a { background-color: rgb(133,61,3); }
div.DivClassName
{
background-color: #853D03;
}
.BgClassName
{
background-color: #853D03;
}
</style>
border-color css
<style>
span { border-color: #853D03; }
span { border-color: rgb(133,61,3); }
td.TdClassName
{
border-color: #853D03;
}
.TagClassName
{
border-color: #853D03;
}
</style>