Shades of Saddle Brown #853611
Tints of Saddle Brown #853611
RGB
CMYK
RGB Variations
Color information
#853611 (or 0x853611) is known color: Saddle Brown. HEX triplet: 85, 36 and 11. RGB value is (133,54,17). Sum of RGB (Red+Green+Blue) = 133+54+17=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853611 is #7AC9EE. Grayscale: #494949. Windows color (decimal): -8047087 or 1128069. OLE color: 1128069.
HSL color Cylindrical-coordinate representation of color #853611: hue angle of 19.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #853611 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 17 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.48 |
| HSL | 19.14º | 0.77% | 0.29% | - |
| HSV(B) | 19.14º | 0.87% | 0.52% | - |
| XYZ | 11.09 | 7.67 | 1.43 | - |
| YUV | 73.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 17 | 0 | 0.59 | 0.87 | 0.48 | 19.14 | 0.77 | 0.29 |
| Hex | 85 | 36 | 11 | 0 | 3B | 57 | 30 | 13 | 4D | 1D |
| Octal | 205 | 66 | 21 | 0 | 73 | 127 | 60 | 23 | 115 | 35 |
| Binary | 10000101 | 110110 | 10001 | 0 | 111011 | 1010111 | 110000 | 10011 | 1001101 | 11101 |
Color Harmonies of #853611
Complementary color
Monochromatic Colors of #853611
Black with #853611
Text Example
Text Example
White with #853611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853611; }
p { color: rgb(133,54,17); }
H1.HeaderClassName
{
color: #853611;
}
.AnyTagClassName
{
color: #853611;
}
</style>
background-color css
<style>
a { background-color: #853611; }
a { background-color: rgb(133,54,17); }
div.DivClassName
{
background-color: #853611;
}
.BgClassName
{
background-color: #853611;
}
</style>
border-color css
<style>
span { border-color: #853611; }
span { border-color: rgb(133,54,17); }
td.TdClassName
{
border-color: #853611;
}
.TagClassName
{
border-color: #853611;
}
</style>