Shades of Saddle Brown #91350E
Tints of Saddle Brown #91350E
RGB
CMYK
RGB Variations
Color information
#91350E (or 0x91350E) is known color: Saddle Brown. HEX triplet: 91, 35 and 0E. RGB value is (145,53,14). Sum of RGB (Red+Green+Blue) = 145+53+14=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #91350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91350E is #6ECAF1. Grayscale: #4C4C4C. Windows color (decimal): -7260914 or 931217. OLE color: 931217.
HSL color Cylindrical-coordinate representation of color #91350E: hue angle of 17.86º 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 #91350E is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 14 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.43 |
| HSL | 17.86º | 0.82% | 0.31% | - |
| HSV(B) | 17.86º | 0.9% | 0.57% | - |
| XYZ | 13.03 | 8.6 | 1.39 | - |
| YUV | 76.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 14 | 0 | 0.63 | 0.90 | 0.43 | 17.86 | 0.82 | 0.31 |
| Hex | 91 | 35 | E | 0 | 3F | 5A | 2B | 12 | 52 | 1F |
| Octal | 221 | 65 | 16 | 0 | 77 | 132 | 53 | 22 | 122 | 37 |
| Binary | 10010001 | 110101 | 1110 | 0 | 111111 | 1011010 | 101011 | 10010 | 1010010 | 11111 |
Color Harmonies of #91350E
Complementary color
Monochromatic Colors of #91350E
Black with #91350E
Text Example
Text Example
White with #91350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91350E; }
p { color: rgb(145,53,14); }
H1.HeaderClassName
{
color: #91350E;
}
.AnyTagClassName
{
color: #91350E;
}
</style>
background-color css
<style>
a { background-color: #91350E; }
a { background-color: rgb(145,53,14); }
div.DivClassName
{
background-color: #91350E;
}
.BgClassName
{
background-color: #91350E;
}
</style>
border-color css
<style>
span { border-color: #91350E; }
span { border-color: rgb(145,53,14); }
td.TdClassName
{
border-color: #91350E;
}
.TagClassName
{
border-color: #91350E;
}
</style>