Shades of Saddle Brown #844510
Tints of Saddle Brown #844510
RGB
CMYK
RGB Variations
Color information
#844510 (or 0x844510) is known color: Saddle Brown. HEX triplet: 84, 45 and 10. RGB value is (132,69,16). Sum of RGB (Red+Green+Blue) = 132+69+16=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #844510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844510 is #7BBAEF. Grayscale: #525252. Windows color (decimal): -8108784 or 1066372. OLE color: 1066372.
HSL color Cylindrical-coordinate representation of color #844510: hue angle of 27.41º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #844510 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 16 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.48 |
| HSL | 27.41º | 0.78% | 0.29% | - |
| HSV(B) | 27.41º | 0.88% | 0.52% | - |
| XYZ | 11.74 | 9.2 | 1.65 | - |
| YUV | 81.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 16 | 0 | 0.48 | 0.88 | 0.48 | 27.41 | 0.78 | 0.29 |
| Hex | 84 | 45 | 10 | 0 | 30 | 58 | 30 | 1B | 4E | 1D |
| Octal | 204 | 105 | 20 | 0 | 60 | 130 | 60 | 33 | 116 | 35 |
| Binary | 10000100 | 1000101 | 10000 | 0 | 110000 | 1011000 | 110000 | 11011 | 1001110 | 11101 |
Color Harmonies of #844510
Complementary color
Monochromatic Colors of #844510
Black with #844510
Text Example
Text Example
White with #844510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844510; }
p { color: rgb(132,69,16); }
H1.HeaderClassName
{
color: #844510;
}
.AnyTagClassName
{
color: #844510;
}
</style>
background-color css
<style>
a { background-color: #844510; }
a { background-color: rgb(132,69,16); }
div.DivClassName
{
background-color: #844510;
}
.BgClassName
{
background-color: #844510;
}
</style>
border-color css
<style>
span { border-color: #844510; }
span { border-color: rgb(132,69,16); }
td.TdClassName
{
border-color: #844510;
}
.TagClassName
{
border-color: #844510;
}
</style>