Shades of Saddle Brown #91490B
Tints of Saddle Brown #91490B
RGB
CMYK
RGB Variations
Color information
#91490B (or 0x91490B) is known color: Saddle Brown. HEX triplet: 91, 49 and 0B. RGB value is (145,73,11). Sum of RGB (Red+Green+Blue) = 145+73+11=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91490B is #6EB6F4. Grayscale: #575757. Windows color (decimal): -7255797 or 739729. OLE color: 739729.
HSL color Cylindrical-coordinate representation of color #91490B: hue angle of 27.76º degrees, saturation: 0.86, 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 #91490B is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 11 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.43 |
| HSL | 27.76º | 0.86% | 0.31% | - |
| HSV(B) | 27.76º | 0.92% | 0.57% | - |
| XYZ | 14.12 | 10.81 | 1.66 | - |
| YUV | 87.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 11 | 0 | 0.50 | 0.92 | 0.43 | 27.76 | 0.86 | 0.31 |
| Hex | 91 | 49 | B | 0 | 32 | 5C | 2B | 1C | 56 | 1F |
| Octal | 221 | 111 | 13 | 0 | 62 | 134 | 53 | 34 | 126 | 37 |
| Binary | 10010001 | 1001001 | 1011 | 0 | 110010 | 1011100 | 101011 | 11100 | 1010110 | 11111 |
Color Harmonies of #91490B
Complementary color
Monochromatic Colors of #91490B
Black with #91490B
Text Example
Text Example
White with #91490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91490B; }
p { color: rgb(145,73,11); }
H1.HeaderClassName
{
color: #91490B;
}
.AnyTagClassName
{
color: #91490B;
}
</style>
background-color css
<style>
a { background-color: #91490B; }
a { background-color: rgb(145,73,11); }
div.DivClassName
{
background-color: #91490B;
}
.BgClassName
{
background-color: #91490B;
}
</style>
border-color css
<style>
span { border-color: #91490B; }
span { border-color: rgb(145,73,11); }
td.TdClassName
{
border-color: #91490B;
}
.TagClassName
{
border-color: #91490B;
}
</style>