Shades of Saddle Brown #914E00
Tints of Saddle Brown #914E00
RGB
CMYK
RGB Variations
Color information
#914E00 (or 0x914E00) is known color: Saddle Brown. HEX triplet: 91, 4E and 00. RGB value is (145,78,0). Sum of RGB (Red+Green+Blue) = 145+78+0=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #914E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914E00 is #6EB1FF. Grayscale: #595959. Windows color (decimal): -7254528 or 20113. OLE color: 20113.
HSL color Cylindrical-coordinate representation of color #914E00: hue angle of 32.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #914E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.43 |
| HSL | 32.28º | 1% | 0.28% | - |
| HSV(B) | 32.28º | 1% | 0.57% | - |
| XYZ | 14.4 | 11.47 | 1.45 | - |
| YUV | 89.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 0 | 0 | 0.46 | 1 | 0.43 | 32.28 | 1 | 0.28 |
| Hex | 91 | 4E | 0 | 0 | 2E | 64 | 2B | 20 | 64 | 1C |
| Octal | 221 | 116 | 0 | 0 | 56 | 144 | 53 | 40 | 144 | 34 |
| Binary | 10010001 | 1001110 | 0 | 0 | 101110 | 1100100 | 101011 | 100000 | 1100100 | 11100 |
Color Harmonies of #914E00
Complementary color
Monochromatic Colors of #914E00
Black with #914E00
Text Example
Text Example
White with #914E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E00; }
p { color: rgb(145,78,0); }
H1.HeaderClassName
{
color: #914E00;
}
.AnyTagClassName
{
color: #914E00;
}
</style>
background-color css
<style>
a { background-color: #914E00; }
a { background-color: rgb(145,78,0); }
div.DivClassName
{
background-color: #914E00;
}
.BgClassName
{
background-color: #914E00;
}
</style>
border-color css
<style>
span { border-color: #914E00; }
span { border-color: rgb(145,78,0); }
td.TdClassName
{
border-color: #914E00;
}
.TagClassName
{
border-color: #914E00;
}
</style>