Shades of Saddle Brown #853E03
Tints of Saddle Brown #853E03
RGB
CMYK
RGB Variations
Color information
#853E03 (or 0x853E03) is known color: Saddle Brown. HEX triplet: 85, 3E and 03. RGB value is (133,62,3). Sum of RGB (Red+Green+Blue) = 133+62+3=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #853E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853E03 is #7AC1FC. Grayscale: #4C4C4C. Windows color (decimal): -8045053 or 212613. OLE color: 212613.
HSL color Cylindrical-coordinate representation of color #853E03: hue angle of 27.23º 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 #853E03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.48 |
| HSL | 27.23º | 0.96% | 0.27% | - |
| HSV(B) | 27.23º | 0.98% | 0.52% | - |
| XYZ | 11.41 | 8.44 | 1.11 | - |
| YUV | 76.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 3 | 0 | 0.53 | 0.98 | 0.48 | 27.23 | 0.96 | 0.27 |
| Hex | 85 | 3E | 3 | 0 | 35 | 62 | 30 | 1B | 60 | 1B |
| Octal | 205 | 76 | 3 | 0 | 65 | 142 | 60 | 33 | 140 | 33 |
| Binary | 10000101 | 111110 | 11 | 0 | 110101 | 1100010 | 110000 | 11011 | 1100000 | 11011 |
Color Harmonies of #853E03
Complementary color
Monochromatic Colors of #853E03
Black with #853E03
Text Example
Text Example
White with #853E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E03; }
p { color: rgb(133,62,3); }
H1.HeaderClassName
{
color: #853E03;
}
.AnyTagClassName
{
color: #853E03;
}
</style>
background-color css
<style>
a { background-color: #853E03; }
a { background-color: rgb(133,62,3); }
div.DivClassName
{
background-color: #853E03;
}
.BgClassName
{
background-color: #853E03;
}
</style>
border-color css
<style>
span { border-color: #853E03; }
span { border-color: rgb(133,62,3); }
td.TdClassName
{
border-color: #853E03;
}
.TagClassName
{
border-color: #853E03;
}
</style>