Shades of Saddle Brown #914C17
Tints of Saddle Brown #914C17
RGB
CMYK
RGB Variations
Color information
#914C17 (or 0x914C17) is known color: Saddle Brown. HEX triplet: 91, 4C and 17. RGB value is (145,76,23). Sum of RGB (Red+Green+Blue) = 145+76+23=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #914C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C17 is #6EB3E8. Grayscale: #5A5A5A. Windows color (decimal): -7255017 or 1526929. OLE color: 1526929.
HSL color Cylindrical-coordinate representation of color #914C17: hue angle of 26.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #914C17 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 23 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.43 |
| HSL | 26.07º | 0.73% | 0.33% | - |
| HSV(B) | 26.07º | 0.84% | 0.57% | - |
| XYZ | 14.42 | 11.25 | 2.22 | - |
| YUV | 90.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 23 | 0 | 0.48 | 0.84 | 0.43 | 26.07 | 0.73 | 0.33 |
| Hex | 91 | 4C | 17 | 0 | 30 | 54 | 2B | 1A | 49 | 21 |
| Octal | 221 | 114 | 27 | 0 | 60 | 124 | 53 | 32 | 111 | 41 |
| Binary | 10010001 | 1001100 | 10111 | 0 | 110000 | 1010100 | 101011 | 11010 | 1001001 | 100001 |
Color Harmonies of #914C17
Complementary color
Monochromatic Colors of #914C17
Black with #914C17
Text Example
Text Example
White with #914C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C17; }
p { color: rgb(145,76,23); }
H1.HeaderClassName
{
color: #914C17;
}
.AnyTagClassName
{
color: #914C17;
}
</style>
background-color css
<style>
a { background-color: #914C17; }
a { background-color: rgb(145,76,23); }
div.DivClassName
{
background-color: #914C17;
}
.BgClassName
{
background-color: #914C17;
}
</style>
border-color css
<style>
span { border-color: #914C17; }
span { border-color: rgb(145,76,23); }
td.TdClassName
{
border-color: #914C17;
}
.TagClassName
{
border-color: #914C17;
}
</style>