Shades of Saddle Brown #853403
Tints of Saddle Brown #853403
RGB
CMYK
RGB Variations
Color information
#853403 (or 0x853403) is known color: Saddle Brown. HEX triplet: 85, 34 and 03. RGB value is (133,52,3). Sum of RGB (Red+Green+Blue) = 133+52+3=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #853403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853403 is #7ACBFC. Grayscale: #464646. Windows color (decimal): -8047613 or 210053. OLE color: 210053.
HSL color Cylindrical-coordinate representation of color #853403: hue angle of 22.62º 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 #853403 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.48 |
| HSL | 22.62º | 0.96% | 0.27% | - |
| HSV(B) | 22.62º | 0.98% | 0.52% | - |
| XYZ | 10.92 | 7.45 | 0.95 | - |
| YUV | 70.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 3 | 0 | 0.61 | 0.98 | 0.48 | 22.62 | 0.96 | 0.27 |
| Hex | 85 | 34 | 3 | 0 | 3D | 62 | 30 | 17 | 60 | 1B |
| Octal | 205 | 64 | 3 | 0 | 75 | 142 | 60 | 27 | 140 | 33 |
| Binary | 10000101 | 110100 | 11 | 0 | 111101 | 1100010 | 110000 | 10111 | 1100000 | 11011 |
Color Harmonies of #853403
Complementary color
Monochromatic Colors of #853403
Black with #853403
Text Example
Text Example
White with #853403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853403; }
p { color: rgb(133,52,3); }
H1.HeaderClassName
{
color: #853403;
}
.AnyTagClassName
{
color: #853403;
}
</style>
background-color css
<style>
a { background-color: #853403; }
a { background-color: rgb(133,52,3); }
div.DivClassName
{
background-color: #853403;
}
.BgClassName
{
background-color: #853403;
}
</style>
border-color css
<style>
span { border-color: #853403; }
span { border-color: rgb(133,52,3); }
td.TdClassName
{
border-color: #853403;
}
.TagClassName
{
border-color: #853403;
}
</style>