Shades of Saddle Brown #91540C
Tints of Saddle Brown #91540C
RGB
CMYK
RGB Variations
Color information
#91540C (or 0x91540C) is known color: Saddle Brown. HEX triplet: 91, 54 and 0C. RGB value is (145,84,12). Sum of RGB (Red+Green+Blue) = 145+84+12=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #91540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91540C is #6EABF3. Grayscale: #5E5E5E. Windows color (decimal): -7252980 or 808081. OLE color: 808081.
HSL color Cylindrical-coordinate representation of color #91540C: hue angle of 32.48º 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 #91540C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 12 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.43 |
| HSL | 32.48º | 0.85% | 0.31% | - |
| HSV(B) | 32.48º | 0.92% | 0.57% | - |
| XYZ | 14.91 | 12.39 | 1.95 | - |
| YUV | 94.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 12 | 0 | 0.42 | 0.92 | 0.43 | 32.48 | 0.85 | 0.31 |
| Hex | 91 | 54 | C | 0 | 2A | 5C | 2B | 20 | 55 | 1F |
| Octal | 221 | 124 | 14 | 0 | 52 | 134 | 53 | 40 | 125 | 37 |
| Binary | 10010001 | 1010100 | 1100 | 0 | 101010 | 1011100 | 101011 | 100000 | 1010101 | 11111 |
Color Harmonies of #91540C
Complementary color
Monochromatic Colors of #91540C
Black with #91540C
Text Example
Text Example
White with #91540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91540C; }
p { color: rgb(145,84,12); }
H1.HeaderClassName
{
color: #91540C;
}
.AnyTagClassName
{
color: #91540C;
}
</style>
background-color css
<style>
a { background-color: #91540C; }
a { background-color: rgb(145,84,12); }
div.DivClassName
{
background-color: #91540C;
}
.BgClassName
{
background-color: #91540C;
}
</style>
border-color css
<style>
span { border-color: #91540C; }
span { border-color: rgb(145,84,12); }
td.TdClassName
{
border-color: #91540C;
}
.TagClassName
{
border-color: #91540C;
}
</style>