Shades of Saddle Brown #91380E
Tints of Saddle Brown #91380E
RGB
CMYK
RGB Variations
Color information
#91380E (or 0x91380E) is known color: Saddle Brown. HEX triplet: 91, 38 and 0E. RGB value is (145,56,14). Sum of RGB (Red+Green+Blue) = 145+56+14=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #91380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91380E is #6EC7F1. Grayscale: #4E4E4E. Windows color (decimal): -7260146 or 931985. OLE color: 931985.
HSL color Cylindrical-coordinate representation of color #91380E: hue angle of 19.24º 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 #91380E is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 14 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.43 |
| HSL | 19.24º | 0.82% | 0.31% | - |
| HSV(B) | 19.24º | 0.9% | 0.57% | - |
| XYZ | 13.17 | 8.88 | 1.44 | - |
| YUV | 77.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 14 | 0 | 0.61 | 0.90 | 0.43 | 19.24 | 0.82 | 0.31 |
| Hex | 91 | 38 | E | 0 | 3D | 5A | 2B | 13 | 52 | 1F |
| Octal | 221 | 70 | 16 | 0 | 75 | 132 | 53 | 23 | 122 | 37 |
| Binary | 10010001 | 111000 | 1110 | 0 | 111101 | 1011010 | 101011 | 10011 | 1010010 | 11111 |
Color Harmonies of #91380E
Complementary color
Monochromatic Colors of #91380E
Black with #91380E
Text Example
Text Example
White with #91380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91380E; }
p { color: rgb(145,56,14); }
H1.HeaderClassName
{
color: #91380E;
}
.AnyTagClassName
{
color: #91380E;
}
</style>
background-color css
<style>
a { background-color: #91380E; }
a { background-color: rgb(145,56,14); }
div.DivClassName
{
background-color: #91380E;
}
.BgClassName
{
background-color: #91380E;
}
</style>
border-color css
<style>
span { border-color: #91380E; }
span { border-color: rgb(145,56,14); }
td.TdClassName
{
border-color: #91380E;
}
.TagClassName
{
border-color: #91380E;
}
</style>