Shades of Saddle Brown #91471D
Tints of Saddle Brown #91471D
RGB
CMYK
RGB Variations
Color information
#91471D (or 0x91471D) is known color: Saddle Brown. HEX triplet: 91, 47 and 1D. RGB value is (145,71,29). Sum of RGB (Red+Green+Blue) = 145+71+29=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #91471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91471D is #6EB8E2. Grayscale: #585858. Windows color (decimal): -7256291 or 1918865. OLE color: 1918865.
HSL color Cylindrical-coordinate representation of color #91471D: hue angle of 21.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91471D is Cyan = 0, Magento = 0.51, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 29 | - |
| CMYK | 0 | 0.51 | 0.8 | 0.43 |
| HSL | 21.72º | 0.67% | 0.34% | - |
| HSV(B) | 21.72º | 0.8% | 0.57% | - |
| XYZ | 14.15 | 10.61 | 2.47 | - |
| YUV | 88.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 29 | 0 | 0.51 | 0.8 | 0.43 | 21.72 | 0.67 | 0.34 |
| Hex | 91 | 47 | 1D | 0 | 33 | 50 | 2B | 16 | 43 | 22 |
| Octal | 221 | 107 | 35 | 0 | 63 | 120 | 53 | 26 | 103 | 42 |
| Binary | 10010001 | 1000111 | 11101 | 0 | 110011 | 1010000 | 101011 | 10110 | 1000011 | 100010 |
Color Harmonies of #91471D
Complementary color
Monochromatic Colors of #91471D
Black with #91471D
Text Example
Text Example
White with #91471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91471D; }
p { color: rgb(145,71,29); }
H1.HeaderClassName
{
color: #91471D;
}
.AnyTagClassName
{
color: #91471D;
}
</style>
background-color css
<style>
a { background-color: #91471D; }
a { background-color: rgb(145,71,29); }
div.DivClassName
{
background-color: #91471D;
}
.BgClassName
{
background-color: #91471D;
}
</style>
border-color css
<style>
span { border-color: #91471D; }
span { border-color: rgb(145,71,29); }
td.TdClassName
{
border-color: #91471D;
}
.TagClassName
{
border-color: #91471D;
}
</style>