Shades of Saddle Brown #914411
Tints of Saddle Brown #914411
RGB
CMYK
RGB Variations
Color information
#914411 (or 0x914411) is known color: Saddle Brown. HEX triplet: 91, 44 and 11. RGB value is (145,68,17). Sum of RGB (Red+Green+Blue) = 145+68+17=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914411 is #6EBBEE. Grayscale: #555555. Windows color (decimal): -7257071 or 1131665. OLE color: 1131665.
HSL color Cylindrical-coordinate representation of color #914411: hue angle of 23.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #914411 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 17 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.43 |
| HSL | 23.91º | 0.79% | 0.32% | - |
| HSV(B) | 23.91º | 0.88% | 0.57% | - |
| XYZ | 13.85 | 10.19 | 1.77 | - |
| YUV | 85.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 17 | 0 | 0.53 | 0.88 | 0.43 | 23.91 | 0.79 | 0.32 |
| Hex | 91 | 44 | 11 | 0 | 35 | 58 | 2B | 18 | 4F | 20 |
| Octal | 221 | 104 | 21 | 0 | 65 | 130 | 53 | 30 | 117 | 40 |
| Binary | 10010001 | 1000100 | 10001 | 0 | 110101 | 1011000 | 101011 | 11000 | 1001111 | 100000 |
Color Harmonies of #914411
Complementary color
Monochromatic Colors of #914411
Black with #914411
Text Example
Text Example
White with #914411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914411; }
p { color: rgb(145,68,17); }
H1.HeaderClassName
{
color: #914411;
}
.AnyTagClassName
{
color: #914411;
}
</style>
background-color css
<style>
a { background-color: #914411; }
a { background-color: rgb(145,68,17); }
div.DivClassName
{
background-color: #914411;
}
.BgClassName
{
background-color: #914411;
}
</style>
border-color css
<style>
span { border-color: #914411; }
span { border-color: rgb(145,68,17); }
td.TdClassName
{
border-color: #914411;
}
.TagClassName
{
border-color: #914411;
}
</style>