Shades of Saddle Brown #914D0F
Tints of Saddle Brown #914D0F
RGB
CMYK
RGB Variations
Color information
#914D0F (or 0x914D0F) is known color: Saddle Brown. HEX triplet: 91, 4D and 0F. RGB value is (145,77,15). Sum of RGB (Red+Green+Blue) = 145+77+15=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #914D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D0F is #6EB2F0. Grayscale: #5A5A5A. Windows color (decimal): -7254769 or 1002897. OLE color: 1002897.
HSL color Cylindrical-coordinate representation of color #914D0F: hue angle of 28.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #914D0F is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 15 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.43 |
| HSL | 28.62º | 0.81% | 0.31% | - |
| HSV(B) | 28.62º | 0.9% | 0.57% | - |
| XYZ | 14.42 | 11.36 | 1.89 | - |
| YUV | 90.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 15 | 0 | 0.47 | 0.90 | 0.43 | 28.62 | 0.81 | 0.31 |
| Hex | 91 | 4D | F | 0 | 2F | 5A | 2B | 1D | 51 | 1F |
| Octal | 221 | 115 | 17 | 0 | 57 | 132 | 53 | 35 | 121 | 37 |
| Binary | 10010001 | 1001101 | 1111 | 0 | 101111 | 1011010 | 101011 | 11101 | 1010001 | 11111 |
Color Harmonies of #914D0F
Complementary color
Monochromatic Colors of #914D0F
Black with #914D0F
Text Example
Text Example
White with #914D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D0F; }
p { color: rgb(145,77,15); }
H1.HeaderClassName
{
color: #914D0F;
}
.AnyTagClassName
{
color: #914D0F;
}
</style>
background-color css
<style>
a { background-color: #914D0F; }
a { background-color: rgb(145,77,15); }
div.DivClassName
{
background-color: #914D0F;
}
.BgClassName
{
background-color: #914D0F;
}
</style>
border-color css
<style>
span { border-color: #914D0F; }
span { border-color: rgb(145,77,15); }
td.TdClassName
{
border-color: #914D0F;
}
.TagClassName
{
border-color: #914D0F;
}
</style>