Shades of Saddle Brown #91460C
Tints of Saddle Brown #91460C
RGB
CMYK
RGB Variations
Color information
#91460C (or 0x91460C) is known color: Saddle Brown. HEX triplet: 91, 46 and 0C. RGB value is (145,70,12). Sum of RGB (Red+Green+Blue) = 145+70+12=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #91460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91460C is #6EB9F3. Grayscale: #565656. Windows color (decimal): -7256564 or 804497. OLE color: 804497.
HSL color Cylindrical-coordinate representation of color #91460C: hue angle of 26.17º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91460C is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 12 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.43 |
| HSL | 26.17º | 0.85% | 0.31% | - |
| HSV(B) | 26.17º | 0.92% | 0.57% | - |
| XYZ | 13.93 | 10.43 | 1.63 | - |
| YUV | 85.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 12 | 0 | 0.52 | 0.92 | 0.43 | 26.17 | 0.85 | 0.31 |
| Hex | 91 | 46 | C | 0 | 34 | 5C | 2B | 1A | 55 | 1F |
| Octal | 221 | 106 | 14 | 0 | 64 | 134 | 53 | 32 | 125 | 37 |
| Binary | 10010001 | 1000110 | 1100 | 0 | 110100 | 1011100 | 101011 | 11010 | 1010101 | 11111 |
Color Harmonies of #91460C
Complementary color
Monochromatic Colors of #91460C
Black with #91460C
Text Example
Text Example
White with #91460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91460C; }
p { color: rgb(145,70,12); }
H1.HeaderClassName
{
color: #91460C;
}
.AnyTagClassName
{
color: #91460C;
}
</style>
background-color css
<style>
a { background-color: #91460C; }
a { background-color: rgb(145,70,12); }
div.DivClassName
{
background-color: #91460C;
}
.BgClassName
{
background-color: #91460C;
}
</style>
border-color css
<style>
span { border-color: #91460C; }
span { border-color: rgb(145,70,12); }
td.TdClassName
{
border-color: #91460C;
}
.TagClassName
{
border-color: #91460C;
}
</style>