Shades of Saddle Brown #914E14
Tints of Saddle Brown #914E14
RGB
CMYK
RGB Variations
Color information
#914E14 (or 0x914E14) is known color: Saddle Brown. HEX triplet: 91, 4E and 14. RGB value is (145,78,20). Sum of RGB (Red+Green+Blue) = 145+78+20=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #914E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914E14 is #6EB1EB. Grayscale: #5B5B5B. Windows color (decimal): -7254508 or 1330833. OLE color: 1330833.
HSL color Cylindrical-coordinate representation of color #914E14: hue angle of 27.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #914E14 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 20 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.43 |
| HSL | 27.84º | 0.76% | 0.32% | - |
| HSV(B) | 27.84º | 0.86% | 0.57% | - |
| XYZ | 14.53 | 11.52 | 2.12 | - |
| YUV | 91.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 20 | 0 | 0.46 | 0.86 | 0.43 | 27.84 | 0.76 | 0.32 |
| Hex | 91 | 4E | 14 | 0 | 2E | 56 | 2B | 1C | 4C | 20 |
| Octal | 221 | 116 | 24 | 0 | 56 | 126 | 53 | 34 | 114 | 40 |
| Binary | 10010001 | 1001110 | 10100 | 0 | 101110 | 1010110 | 101011 | 11100 | 1001100 | 100000 |
Color Harmonies of #914E14
Complementary color
Monochromatic Colors of #914E14
Black with #914E14
Text Example
Text Example
White with #914E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E14; }
p { color: rgb(145,78,20); }
H1.HeaderClassName
{
color: #914E14;
}
.AnyTagClassName
{
color: #914E14;
}
</style>
background-color css
<style>
a { background-color: #914E14; }
a { background-color: rgb(145,78,20); }
div.DivClassName
{
background-color: #914E14;
}
.BgClassName
{
background-color: #914E14;
}
</style>
border-color css
<style>
span { border-color: #914E14; }
span { border-color: rgb(145,78,20); }
td.TdClassName
{
border-color: #914E14;
}
.TagClassName
{
border-color: #914E14;
}
</style>