Shades of Saddle Brown #914210
Tints of Saddle Brown #914210
RGB
CMYK
RGB Variations
Color information
#914210 (or 0x914210) is known color: Saddle Brown. HEX triplet: 91, 42 and 10. RGB value is (145,66,16). Sum of RGB (Red+Green+Blue) = 145+66+16=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #914210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914210 is #6EBDEF. Grayscale: #545454. Windows color (decimal): -7257584 or 1065617. OLE color: 1065617.
HSL color Cylindrical-coordinate representation of color #914210: hue angle of 23.26º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #914210 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 16 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.43 |
| HSL | 23.26º | 0.8% | 0.32% | - |
| HSV(B) | 23.26º | 0.89% | 0.57% | - |
| XYZ | 13.72 | 9.95 | 1.69 | - |
| YUV | 83.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 16 | 0 | 0.54 | 0.89 | 0.43 | 23.26 | 0.8 | 0.32 |
| Hex | 91 | 42 | 10 | 0 | 36 | 59 | 2B | 17 | 50 | 20 |
| Octal | 221 | 102 | 20 | 0 | 66 | 131 | 53 | 27 | 120 | 40 |
| Binary | 10010001 | 1000010 | 10000 | 0 | 110110 | 1011001 | 101011 | 10111 | 1010000 | 100000 |
Color Harmonies of #914210
Complementary color
Monochromatic Colors of #914210
Black with #914210
Text Example
Text Example
White with #914210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914210; }
p { color: rgb(145,66,16); }
H1.HeaderClassName
{
color: #914210;
}
.AnyTagClassName
{
color: #914210;
}
</style>
background-color css
<style>
a { background-color: #914210; }
a { background-color: rgb(145,66,16); }
div.DivClassName
{
background-color: #914210;
}
.BgClassName
{
background-color: #914210;
}
</style>
border-color css
<style>
span { border-color: #914210; }
span { border-color: rgb(145,66,16); }
td.TdClassName
{
border-color: #914210;
}
.TagClassName
{
border-color: #914210;
}
</style>