Shades of Saddle Brown #91540B
Tints of Saddle Brown #91540B
RGB
CMYK
RGB Variations
Color information
#91540B (or 0x91540B) is known color: Saddle Brown. HEX triplet: 91, 54 and 0B. RGB value is (145,84,11). Sum of RGB (Red+Green+Blue) = 145+84+11=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #91540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91540B is #6EABF4. Grayscale: #5E5E5E. Windows color (decimal): -7252981 or 742545. OLE color: 742545.
HSL color Cylindrical-coordinate representation of color #91540B: hue angle of 32.69º 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 #91540B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 11 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.43 |
| HSL | 32.69º | 0.86% | 0.31% | - |
| HSV(B) | 32.69º | 0.92% | 0.57% | - |
| XYZ | 14.91 | 12.38 | 1.92 | - |
| YUV | 93.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 11 | 0 | 0.42 | 0.92 | 0.43 | 32.69 | 0.86 | 0.31 |
| Hex | 91 | 54 | B | 0 | 2A | 5C | 2B | 21 | 56 | 1F |
| Octal | 221 | 124 | 13 | 0 | 52 | 134 | 53 | 41 | 126 | 37 |
| Binary | 10010001 | 1010100 | 1011 | 0 | 101010 | 1011100 | 101011 | 100001 | 1010110 | 11111 |
Color Harmonies of #91540B
Complementary color
Monochromatic Colors of #91540B
Black with #91540B
Text Example
Text Example
White with #91540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91540B; }
p { color: rgb(145,84,11); }
H1.HeaderClassName
{
color: #91540B;
}
.AnyTagClassName
{
color: #91540B;
}
</style>
background-color css
<style>
a { background-color: #91540B; }
a { background-color: rgb(145,84,11); }
div.DivClassName
{
background-color: #91540B;
}
.BgClassName
{
background-color: #91540B;
}
</style>
border-color css
<style>
span { border-color: #91540B; }
span { border-color: rgb(145,84,11); }
td.TdClassName
{
border-color: #91540B;
}
.TagClassName
{
border-color: #91540B;
}
</style>