Shades of Saddle Brown #91450E
Tints of Saddle Brown #91450E
RGB
CMYK
RGB Variations
Color information
#91450E (or 0x91450E) is known color: Saddle Brown. HEX triplet: 91, 45 and 0E. RGB value is (145,69,14). Sum of RGB (Red+Green+Blue) = 145+69+14=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91450E is #6EBAF1. Grayscale: #555555. Windows color (decimal): -7256818 or 935313. OLE color: 935313.
HSL color Cylindrical-coordinate representation of color #91450E: hue angle of 25.19º 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 #91450E is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 14 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.43 |
| HSL | 25.19º | 0.82% | 0.31% | - |
| HSV(B) | 25.19º | 0.9% | 0.57% | - |
| XYZ | 13.88 | 10.31 | 1.67 | - |
| YUV | 85.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 14 | 0 | 0.52 | 0.90 | 0.43 | 25.19 | 0.82 | 0.31 |
| Hex | 91 | 45 | E | 0 | 34 | 5A | 2B | 19 | 52 | 1F |
| Octal | 221 | 105 | 16 | 0 | 64 | 132 | 53 | 31 | 122 | 37 |
| Binary | 10010001 | 1000101 | 1110 | 0 | 110100 | 1011010 | 101011 | 11001 | 1010010 | 11111 |
Color Harmonies of #91450E
Complementary color
Monochromatic Colors of #91450E
Black with #91450E
Text Example
Text Example
White with #91450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91450E; }
p { color: rgb(145,69,14); }
H1.HeaderClassName
{
color: #91450E;
}
.AnyTagClassName
{
color: #91450E;
}
</style>
background-color css
<style>
a { background-color: #91450E; }
a { background-color: rgb(145,69,14); }
div.DivClassName
{
background-color: #91450E;
}
.BgClassName
{
background-color: #91450E;
}
</style>
border-color css
<style>
span { border-color: #91450E; }
span { border-color: rgb(145,69,14); }
td.TdClassName
{
border-color: #91450E;
}
.TagClassName
{
border-color: #91450E;
}
</style>