Shades of Saddle Brown #91471C
Tints of Saddle Brown #91471C
RGB
CMYK
RGB Variations
Color information
#91471C (or 0x91471C) is known color: Saddle Brown. HEX triplet: 91, 47 and 1C. RGB value is (145,71,28). Sum of RGB (Red+Green+Blue) = 145+71+28=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #91471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91471C is #6EB8E3. Grayscale: #585858. Windows color (decimal): -7256292 or 1853329. OLE color: 1853329.
HSL color Cylindrical-coordinate representation of color #91471C: hue angle of 22.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91471C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 28 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.43 |
| HSL | 22.05º | 0.68% | 0.34% | - |
| HSV(B) | 22.05º | 0.81% | 0.57% | - |
| XYZ | 14.14 | 10.61 | 2.4 | - |
| YUV | 88.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 28 | 0 | 0.51 | 0.81 | 0.43 | 22.05 | 0.68 | 0.34 |
| Hex | 91 | 47 | 1C | 0 | 33 | 51 | 2B | 16 | 44 | 22 |
| Octal | 221 | 107 | 34 | 0 | 63 | 121 | 53 | 26 | 104 | 42 |
| Binary | 10010001 | 1000111 | 11100 | 0 | 110011 | 1010001 | 101011 | 10110 | 1000100 | 100010 |
Color Harmonies of #91471C
Complementary color
Monochromatic Colors of #91471C
Black with #91471C
Text Example
Text Example
White with #91471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91471C; }
p { color: rgb(145,71,28); }
H1.HeaderClassName
{
color: #91471C;
}
.AnyTagClassName
{
color: #91471C;
}
</style>
background-color css
<style>
a { background-color: #91471C; }
a { background-color: rgb(145,71,28); }
div.DivClassName
{
background-color: #91471C;
}
.BgClassName
{
background-color: #91471C;
}
</style>
border-color css
<style>
span { border-color: #91471C; }
span { border-color: rgb(145,71,28); }
td.TdClassName
{
border-color: #91471C;
}
.TagClassName
{
border-color: #91471C;
}
</style>