Shades of Saddle Brown #914510
Tints of Saddle Brown #914510
RGB
CMYK
RGB Variations
Color information
#914510 (or 0x914510) is known color: Saddle Brown. HEX triplet: 91, 45 and 10. RGB value is (145,69,16). Sum of RGB (Red+Green+Blue) = 145+69+16=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914510 is #6EBAEF. Grayscale: #555555. Windows color (decimal): -7256816 or 1066385. OLE color: 1066385.
HSL color Cylindrical-coordinate representation of color #914510: hue angle of 24.65º 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 #914510 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 16 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.43 |
| HSL | 24.65º | 0.8% | 0.32% | - |
| HSV(B) | 24.65º | 0.89% | 0.57% | - |
| XYZ | 13.9 | 10.31 | 1.75 | - |
| YUV | 85.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 16 | 0 | 0.52 | 0.89 | 0.43 | 24.65 | 0.8 | 0.32 |
| Hex | 91 | 45 | 10 | 0 | 34 | 59 | 2B | 19 | 50 | 20 |
| Octal | 221 | 105 | 20 | 0 | 64 | 131 | 53 | 31 | 120 | 40 |
| Binary | 10010001 | 1000101 | 10000 | 0 | 110100 | 1011001 | 101011 | 11001 | 1010000 | 100000 |
Color Harmonies of #914510
Complementary color
Monochromatic Colors of #914510
Black with #914510
Text Example
Text Example
White with #914510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914510; }
p { color: rgb(145,69,16); }
H1.HeaderClassName
{
color: #914510;
}
.AnyTagClassName
{
color: #914510;
}
</style>
background-color css
<style>
a { background-color: #914510; }
a { background-color: rgb(145,69,16); }
div.DivClassName
{
background-color: #914510;
}
.BgClassName
{
background-color: #914510;
}
</style>
border-color css
<style>
span { border-color: #914510; }
span { border-color: rgb(145,69,16); }
td.TdClassName
{
border-color: #914510;
}
.TagClassName
{
border-color: #914510;
}
</style>