Shades of Saddle Brown #914E12
Tints of Saddle Brown #914E12
RGB
CMYK
RGB Variations
Color information
#914E12 (or 0x914E12) is known color: Saddle Brown. HEX triplet: 91, 4E and 12. RGB value is (145,78,18). Sum of RGB (Red+Green+Blue) = 145+78+18=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #914E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914E12 is #6EB1ED. Grayscale: #5B5B5B. Windows color (decimal): -7254510 or 1199761. OLE color: 1199761.
HSL color Cylindrical-coordinate representation of color #914E12: hue angle of 28.35º degrees, saturation: 0.78, 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 #914E12 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 18 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.43 |
| HSL | 28.35º | 0.78% | 0.32% | - |
| HSV(B) | 28.35º | 0.88% | 0.57% | - |
| XYZ | 14.51 | 11.51 | 2.03 | - |
| YUV | 91.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 18 | 0 | 0.46 | 0.88 | 0.43 | 28.35 | 0.78 | 0.32 |
| Hex | 91 | 4E | 12 | 0 | 2E | 58 | 2B | 1C | 4E | 20 |
| Octal | 221 | 116 | 22 | 0 | 56 | 130 | 53 | 34 | 116 | 40 |
| Binary | 10010001 | 1001110 | 10010 | 0 | 101110 | 1011000 | 101011 | 11100 | 1001110 | 100000 |
Color Harmonies of #914E12
Complementary color
Monochromatic Colors of #914E12
Black with #914E12
Text Example
Text Example
White with #914E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E12; }
p { color: rgb(145,78,18); }
H1.HeaderClassName
{
color: #914E12;
}
.AnyTagClassName
{
color: #914E12;
}
</style>
background-color css
<style>
a { background-color: #914E12; }
a { background-color: rgb(145,78,18); }
div.DivClassName
{
background-color: #914E12;
}
.BgClassName
{
background-color: #914E12;
}
</style>
border-color css
<style>
span { border-color: #914E12; }
span { border-color: rgb(145,78,18); }
td.TdClassName
{
border-color: #914E12;
}
.TagClassName
{
border-color: #914E12;
}
</style>