Shades of Saddle Brown #914D01
Tints of Saddle Brown #914D01
RGB
CMYK
RGB Variations
Color information
#914D01 (or 0x914D01) is known color: Saddle Brown. HEX triplet: 91, 4D and 01. RGB value is (145,77,1). Sum of RGB (Red+Green+Blue) = 145+77+1=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #914D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D01 is #6EB2FE. Grayscale: #595959. Windows color (decimal): -7254783 or 85393. OLE color: 85393.
HSL color Cylindrical-coordinate representation of color #914D01: hue angle of 31.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #914D01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.43 |
| HSL | 31.67º | 0.99% | 0.29% | - |
| HSV(B) | 31.67º | 0.99% | 0.57% | - |
| XYZ | 14.34 | 11.33 | 1.46 | - |
| YUV | 88.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 1 | 0 | 0.47 | 0.99 | 0.43 | 31.67 | 0.99 | 0.29 |
| Hex | 91 | 4D | 1 | 0 | 2F | 63 | 2B | 20 | 63 | 1D |
| Octal | 221 | 115 | 1 | 0 | 57 | 143 | 53 | 40 | 143 | 35 |
| Binary | 10010001 | 1001101 | 1 | 0 | 101111 | 1100011 | 101011 | 100000 | 1100011 | 11101 |
Color Harmonies of #914D01
Complementary color
Monochromatic Colors of #914D01
Black with #914D01
Text Example
Text Example
White with #914D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D01; }
p { color: rgb(145,77,1); }
H1.HeaderClassName
{
color: #914D01;
}
.AnyTagClassName
{
color: #914D01;
}
</style>
background-color css
<style>
a { background-color: #914D01; }
a { background-color: rgb(145,77,1); }
div.DivClassName
{
background-color: #914D01;
}
.BgClassName
{
background-color: #914D01;
}
</style>
border-color css
<style>
span { border-color: #914D01; }
span { border-color: rgb(145,77,1); }
td.TdClassName
{
border-color: #914D01;
}
.TagClassName
{
border-color: #914D01;
}
</style>