Shades of Saddle Brown #91400A
Tints of Saddle Brown #91400A
RGB
CMYK
RGB Variations
Color information
#91400A (or 0x91400A) is known color: Saddle Brown. HEX triplet: 91, 40 and 0A. RGB value is (145,64,10). Sum of RGB (Red+Green+Blue) = 145+64+10=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #91400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91400A is #6EBFF5. Grayscale: #525252. Windows color (decimal): -7258102 or 671889. OLE color: 671889.
HSL color Cylindrical-coordinate representation of color #91400A: hue angle of 24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91400A is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 10 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.43 |
| HSL | 24º | 0.87% | 0.3% | - |
| HSV(B) | 24º | 0.93% | 0.57% | - |
| XYZ | 13.57 | 9.71 | 1.45 | - |
| YUV | 82.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 10 | 0 | 0.56 | 0.93 | 0.43 | 24 | 0.87 | 0.3 |
| Hex | 91 | 40 | A | 0 | 38 | 5D | 2B | 18 | 57 | 1E |
| Octal | 221 | 100 | 12 | 0 | 70 | 135 | 53 | 30 | 127 | 36 |
| Binary | 10010001 | 1000000 | 1010 | 0 | 111000 | 1011101 | 101011 | 11000 | 1010111 | 11110 |
Color Harmonies of #91400A
Complementary color
Monochromatic Colors of #91400A
Black with #91400A
Text Example
Text Example
White with #91400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91400A; }
p { color: rgb(145,64,10); }
H1.HeaderClassName
{
color: #91400A;
}
.AnyTagClassName
{
color: #91400A;
}
</style>
background-color css
<style>
a { background-color: #91400A; }
a { background-color: rgb(145,64,10); }
div.DivClassName
{
background-color: #91400A;
}
.BgClassName
{
background-color: #91400A;
}
</style>
border-color css
<style>
span { border-color: #91400A; }
span { border-color: rgb(145,64,10); }
td.TdClassName
{
border-color: #91400A;
}
.TagClassName
{
border-color: #91400A;
}
</style>