Shades of Saddle Brown #91400F
Tints of Saddle Brown #91400F
RGB
CMYK
RGB Variations
Color information
#91400F (or 0x91400F) is known color: Saddle Brown. HEX triplet: 91, 40 and 0F. RGB value is (145,64,15). Sum of RGB (Red+Green+Blue) = 145+64+15=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91400F is #6EBFF0. Grayscale: #525252. Windows color (decimal): -7258097 or 999569. OLE color: 999569.
HSL color Cylindrical-coordinate representation of color #91400F: hue angle of 22.62º degrees, saturation: 0.81, 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 #91400F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.43 |
| HSL | 22.62º | 0.81% | 0.31% | - |
| HSV(B) | 22.62º | 0.9% | 0.57% | - |
| XYZ | 13.6 | 9.72 | 1.61 | - |
| YUV | 82.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 15 | 0 | 0.56 | 0.90 | 0.43 | 22.62 | 0.81 | 0.31 |
| Hex | 91 | 40 | F | 0 | 38 | 5A | 2B | 17 | 51 | 1F |
| Octal | 221 | 100 | 17 | 0 | 70 | 132 | 53 | 27 | 121 | 37 |
| Binary | 10010001 | 1000000 | 1111 | 0 | 111000 | 1011010 | 101011 | 10111 | 1010001 | 11111 |
Color Harmonies of #91400F
Complementary color
Monochromatic Colors of #91400F
Black with #91400F
Text Example
Text Example
White with #91400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91400F; }
p { color: rgb(145,64,15); }
H1.HeaderClassName
{
color: #91400F;
}
.AnyTagClassName
{
color: #91400F;
}
</style>
background-color css
<style>
a { background-color: #91400F; }
a { background-color: rgb(145,64,15); }
div.DivClassName
{
background-color: #91400F;
}
.BgClassName
{
background-color: #91400F;
}
</style>
border-color css
<style>
span { border-color: #91400F; }
span { border-color: rgb(145,64,15); }
td.TdClassName
{
border-color: #91400F;
}
.TagClassName
{
border-color: #91400F;
}
</style>