Shades of Saddle Brown #91411B
Tints of Saddle Brown #91411B
RGB
CMYK
RGB Variations
Color information
#91411B (or 0x91411B) is known color: Saddle Brown. HEX triplet: 91, 41 and 1B. RGB value is (145,65,27). Sum of RGB (Red+Green+Blue) = 145+65+27=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #91411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91411B is #6EBEE4. Grayscale: #545454. Windows color (decimal): -7257829 or 1786257. OLE color: 1786257.
HSL color Cylindrical-coordinate representation of color #91411B: hue angle of 19.32º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91411B is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 27 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.43 |
| HSL | 19.32º | 0.69% | 0.34% | - |
| HSV(B) | 19.32º | 0.81% | 0.57% | - |
| XYZ | 13.77 | 9.88 | 2.22 | - |
| YUV | 84.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 27 | 0 | 0.55 | 0.81 | 0.43 | 19.32 | 0.69 | 0.34 |
| Hex | 91 | 41 | 1B | 0 | 37 | 51 | 2B | 13 | 45 | 22 |
| Octal | 221 | 101 | 33 | 0 | 67 | 121 | 53 | 23 | 105 | 42 |
| Binary | 10010001 | 1000001 | 11011 | 0 | 110111 | 1010001 | 101011 | 10011 | 1000101 | 100010 |
Color Harmonies of #91411B
Complementary color
Monochromatic Colors of #91411B
Black with #91411B
Text Example
Text Example
White with #91411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91411B; }
p { color: rgb(145,65,27); }
H1.HeaderClassName
{
color: #91411B;
}
.AnyTagClassName
{
color: #91411B;
}
</style>
background-color css
<style>
a { background-color: #91411B; }
a { background-color: rgb(145,65,27); }
div.DivClassName
{
background-color: #91411B;
}
.BgClassName
{
background-color: #91411B;
}
</style>
border-color css
<style>
span { border-color: #91411B; }
span { border-color: rgb(145,65,27); }
td.TdClassName
{
border-color: #91411B;
}
.TagClassName
{
border-color: #91411B;
}
</style>