Shades of Saddle Brown #914D14
Tints of Saddle Brown #914D14
RGB
CMYK
RGB Variations
Color information
#914D14 (or 0x914D14) is known color: Saddle Brown. HEX triplet: 91, 4D and 14. RGB value is (145,77,20). Sum of RGB (Red+Green+Blue) = 145+77+20=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #914D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D14 is #6EB2EB. Grayscale: #5B5B5B. Windows color (decimal): -7254764 or 1330577. OLE color: 1330577.
HSL color Cylindrical-coordinate representation of color #914D14: hue angle of 27.36º 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 #914D14 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 20 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.43 |
| HSL | 27.36º | 0.76% | 0.32% | - |
| HSV(B) | 27.36º | 0.86% | 0.57% | - |
| XYZ | 14.46 | 11.38 | 2.1 | - |
| YUV | 90.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 20 | 0 | 0.47 | 0.86 | 0.43 | 27.36 | 0.76 | 0.32 |
| Hex | 91 | 4D | 14 | 0 | 2F | 56 | 2B | 1B | 4C | 20 |
| Octal | 221 | 115 | 24 | 0 | 57 | 126 | 53 | 33 | 114 | 40 |
| Binary | 10010001 | 1001101 | 10100 | 0 | 101111 | 1010110 | 101011 | 11011 | 1001100 | 100000 |
Color Harmonies of #914D14
Complementary color
Monochromatic Colors of #914D14
Black with #914D14
Text Example
Text Example
White with #914D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D14; }
p { color: rgb(145,77,20); }
H1.HeaderClassName
{
color: #914D14;
}
.AnyTagClassName
{
color: #914D14;
}
</style>
background-color css
<style>
a { background-color: #914D14; }
a { background-color: rgb(145,77,20); }
div.DivClassName
{
background-color: #914D14;
}
.BgClassName
{
background-color: #914D14;
}
</style>
border-color css
<style>
span { border-color: #914D14; }
span { border-color: rgb(145,77,20); }
td.TdClassName
{
border-color: #914D14;
}
.TagClassName
{
border-color: #914D14;
}
</style>