Shades of Saddle Brown #914D00
Tints of Saddle Brown #914D00
RGB
CMYK
RGB Variations
Color information
#914D00 (or 0x914D00) is known color: Saddle Brown. HEX triplet: 91, 4D and 00. RGB value is (145,77,0). Sum of RGB (Red+Green+Blue) = 145+77+0=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #914D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D00 is #6EB2FF. Grayscale: #585858. Windows color (decimal): -7254784 or 19857. OLE color: 19857.
HSL color Cylindrical-coordinate representation of color #914D00: hue angle of 31.86º 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 #914D00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.43 |
| HSL | 31.86º | 1% | 0.28% | - |
| HSV(B) | 31.86º | 1% | 0.57% | - |
| XYZ | 14.33 | 11.33 | 1.43 | - |
| YUV | 88.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 0 | 0 | 0.47 | 1 | 0.43 | 31.86 | 1 | 0.28 |
| Hex | 91 | 4D | 0 | 0 | 2F | 64 | 2B | 20 | 64 | 1C |
| Octal | 221 | 115 | 0 | 0 | 57 | 144 | 53 | 40 | 144 | 34 |
| Binary | 10010001 | 1001101 | 0 | 0 | 101111 | 1100100 | 101011 | 100000 | 1100100 | 11100 |
Color Harmonies of #914D00
Complementary color
Monochromatic Colors of #914D00
Black with #914D00
Text Example
Text Example
White with #914D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D00; }
p { color: rgb(145,77,0); }
H1.HeaderClassName
{
color: #914D00;
}
.AnyTagClassName
{
color: #914D00;
}
</style>
background-color css
<style>
a { background-color: #914D00; }
a { background-color: rgb(145,77,0); }
div.DivClassName
{
background-color: #914D00;
}
.BgClassName
{
background-color: #914D00;
}
</style>
border-color css
<style>
span { border-color: #914D00; }
span { border-color: rgb(145,77,0); }
td.TdClassName
{
border-color: #914D00;
}
.TagClassName
{
border-color: #914D00;
}
</style>