Shades of Saddle Brown #91540E
Tints of Saddle Brown #91540E
RGB
CMYK
RGB Variations
Color information
#91540E (or 0x91540E) is known color: Saddle Brown. HEX triplet: 91, 54 and 0E. RGB value is (145,84,14). Sum of RGB (Red+Green+Blue) = 145+84+14=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #91540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91540E is #6EABF1. Grayscale: #5E5E5E. Windows color (decimal): -7252978 or 939153. OLE color: 939153.
HSL color Cylindrical-coordinate representation of color #91540E: hue angle of 32.06º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91540E is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 14 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.43 |
| HSL | 32.06º | 0.82% | 0.31% | - |
| HSV(B) | 32.06º | 0.9% | 0.57% | - |
| XYZ | 14.93 | 12.39 | 2.02 | - |
| YUV | 94.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 14 | 0 | 0.42 | 0.90 | 0.43 | 32.06 | 0.82 | 0.31 |
| Hex | 91 | 54 | E | 0 | 2A | 5A | 2B | 20 | 52 | 1F |
| Octal | 221 | 124 | 16 | 0 | 52 | 132 | 53 | 40 | 122 | 37 |
| Binary | 10010001 | 1010100 | 1110 | 0 | 101010 | 1011010 | 101011 | 100000 | 1010010 | 11111 |
Color Harmonies of #91540E
Complementary color
Monochromatic Colors of #91540E
Black with #91540E
Text Example
Text Example
White with #91540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91540E; }
p { color: rgb(145,84,14); }
H1.HeaderClassName
{
color: #91540E;
}
.AnyTagClassName
{
color: #91540E;
}
</style>
background-color css
<style>
a { background-color: #91540E; }
a { background-color: rgb(145,84,14); }
div.DivClassName
{
background-color: #91540E;
}
.BgClassName
{
background-color: #91540E;
}
</style>
border-color css
<style>
span { border-color: #91540E; }
span { border-color: rgb(145,84,14); }
td.TdClassName
{
border-color: #91540E;
}
.TagClassName
{
border-color: #91540E;
}
</style>