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