Shades of Saddle Brown #91400C
Tints of Saddle Brown #91400C
RGB
CMYK
RGB Variations
Color information
#91400C (or 0x91400C) is known color: Saddle Brown. HEX triplet: 91, 40 and 0C. RGB value is (145,64,12). Sum of RGB (Red+Green+Blue) = 145+64+12=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #91400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91400C is #6EBFF3. Grayscale: #525252. Windows color (decimal): -7258100 or 802961. OLE color: 802961.
HSL color Cylindrical-coordinate representation of color #91400C: hue angle of 23.46º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91400C is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 12 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.43 |
| HSL | 23.46º | 0.85% | 0.31% | - |
| HSV(B) | 23.46º | 0.92% | 0.57% | - |
| XYZ | 13.58 | 9.71 | 1.51 | - |
| YUV | 82.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 12 | 0 | 0.56 | 0.92 | 0.43 | 23.46 | 0.85 | 0.31 |
| Hex | 91 | 40 | C | 0 | 38 | 5C | 2B | 17 | 55 | 1F |
| Octal | 221 | 100 | 14 | 0 | 70 | 134 | 53 | 27 | 125 | 37 |
| Binary | 10010001 | 1000000 | 1100 | 0 | 111000 | 1011100 | 101011 | 10111 | 1010101 | 11111 |
Color Harmonies of #91400C
Complementary color
Monochromatic Colors of #91400C
Black with #91400C
Text Example
Text Example
White with #91400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91400C; }
p { color: rgb(145,64,12); }
H1.HeaderClassName
{
color: #91400C;
}
.AnyTagClassName
{
color: #91400C;
}
</style>
background-color css
<style>
a { background-color: #91400C; }
a { background-color: rgb(145,64,12); }
div.DivClassName
{
background-color: #91400C;
}
.BgClassName
{
background-color: #91400C;
}
</style>
border-color css
<style>
span { border-color: #91400C; }
span { border-color: rgb(145,64,12); }
td.TdClassName
{
border-color: #91400C;
}
.TagClassName
{
border-color: #91400C;
}
</style>