Shades of Saddle Brown #914C10
Tints of Saddle Brown #914C10
RGB
CMYK
RGB Variations
Color information
#914C10 (or 0x914C10) is known color: Saddle Brown. HEX triplet: 91, 4C and 10. RGB value is (145,76,16). Sum of RGB (Red+Green+Blue) = 145+76+16=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #914C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C10 is #6EB3EF. Grayscale: #5A5A5A. Windows color (decimal): -7255024 or 1068177. OLE color: 1068177.
HSL color Cylindrical-coordinate representation of color #914C10: hue angle of 27.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #914C10 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 16 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.43 |
| HSL | 27.91º | 0.8% | 0.32% | - |
| HSV(B) | 27.91º | 0.89% | 0.57% | - |
| XYZ | 14.36 | 11.23 | 1.9 | - |
| YUV | 89.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 16 | 0 | 0.48 | 0.89 | 0.43 | 27.91 | 0.8 | 0.32 |
| Hex | 91 | 4C | 10 | 0 | 30 | 59 | 2B | 1C | 50 | 20 |
| Octal | 221 | 114 | 20 | 0 | 60 | 131 | 53 | 34 | 120 | 40 |
| Binary | 10010001 | 1001100 | 10000 | 0 | 110000 | 1011001 | 101011 | 11100 | 1010000 | 100000 |
Color Harmonies of #914C10
Complementary color
Monochromatic Colors of #914C10
Black with #914C10
Text Example
Text Example
White with #914C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C10; }
p { color: rgb(145,76,16); }
H1.HeaderClassName
{
color: #914C10;
}
.AnyTagClassName
{
color: #914C10;
}
</style>
background-color css
<style>
a { background-color: #914C10; }
a { background-color: rgb(145,76,16); }
div.DivClassName
{
background-color: #914C10;
}
.BgClassName
{
background-color: #914C10;
}
</style>
border-color css
<style>
span { border-color: #914C10; }
span { border-color: rgb(145,76,16); }
td.TdClassName
{
border-color: #914C10;
}
.TagClassName
{
border-color: #914C10;
}
</style>