Shades of Saddle Brown #91471E
Tints of Saddle Brown #91471E
RGB
CMYK
RGB Variations
Color information
#91471E (or 0x91471E) is known color: Saddle Brown. HEX triplet: 91, 47 and 1E. RGB value is (145,71,30). Sum of RGB (Red+Green+Blue) = 145+71+30=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #91471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91471E is #6EB8E1. Grayscale: #585858. Windows color (decimal): -7256290 or 1984401. OLE color: 1984401.
HSL color Cylindrical-coordinate representation of color #91471E: hue angle of 21.39º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91471E is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 30 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.43 |
| HSL | 21.39º | 0.66% | 0.34% | - |
| HSV(B) | 21.39º | 0.79% | 0.57% | - |
| XYZ | 14.16 | 10.62 | 2.53 | - |
| YUV | 88.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 30 | 0 | 0.51 | 0.79 | 0.43 | 21.39 | 0.66 | 0.34 |
| Hex | 91 | 47 | 1E | 0 | 33 | 4F | 2B | 15 | 42 | 22 |
| Octal | 221 | 107 | 36 | 0 | 63 | 117 | 53 | 25 | 102 | 42 |
| Binary | 10010001 | 1000111 | 11110 | 0 | 110011 | 1001111 | 101011 | 10101 | 1000010 | 100010 |
Color Harmonies of #91471E
Complementary color
Monochromatic Colors of #91471E
Black with #91471E
Text Example
Text Example
White with #91471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91471E; }
p { color: rgb(145,71,30); }
H1.HeaderClassName
{
color: #91471E;
}
.AnyTagClassName
{
color: #91471E;
}
</style>
background-color css
<style>
a { background-color: #91471E; }
a { background-color: rgb(145,71,30); }
div.DivClassName
{
background-color: #91471E;
}
.BgClassName
{
background-color: #91471E;
}
</style>
border-color css
<style>
span { border-color: #91471E; }
span { border-color: rgb(145,71,30); }
td.TdClassName
{
border-color: #91471E;
}
.TagClassName
{
border-color: #91471E;
}
</style>