Shades of Saddle Brown #91421C
Tints of Saddle Brown #91421C
RGB
CMYK
RGB Variations
Color information
#91421C (or 0x91421C) is known color: Saddle Brown. HEX triplet: 91, 42 and 1C. RGB value is (145,66,28). Sum of RGB (Red+Green+Blue) = 145+66+28=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #91421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91421C is #6EBDE3. Grayscale: #555555. Windows color (decimal): -7257572 or 1852049. OLE color: 1852049.
HSL color Cylindrical-coordinate representation of color #91421C: hue angle of 19.49º degrees, saturation: 0.68, 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 #91421C is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 28 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.43 |
| HSL | 19.49º | 0.68% | 0.34% | - |
| HSV(B) | 19.49º | 0.81% | 0.57% | - |
| XYZ | 13.83 | 10 | 2.3 | - |
| YUV | 85.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 28 | 0 | 0.54 | 0.81 | 0.43 | 19.49 | 0.68 | 0.34 |
| Hex | 91 | 42 | 1C | 0 | 36 | 51 | 2B | 13 | 44 | 22 |
| Octal | 221 | 102 | 34 | 0 | 66 | 121 | 53 | 23 | 104 | 42 |
| Binary | 10010001 | 1000010 | 11100 | 0 | 110110 | 1010001 | 101011 | 10011 | 1000100 | 100010 |
Color Harmonies of #91421C
Complementary color
Monochromatic Colors of #91421C
Black with #91421C
Text Example
Text Example
White with #91421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91421C; }
p { color: rgb(145,66,28); }
H1.HeaderClassName
{
color: #91421C;
}
.AnyTagClassName
{
color: #91421C;
}
</style>
background-color css
<style>
a { background-color: #91421C; }
a { background-color: rgb(145,66,28); }
div.DivClassName
{
background-color: #91421C;
}
.BgClassName
{
background-color: #91421C;
}
</style>
border-color css
<style>
span { border-color: #91421C; }
span { border-color: rgb(145,66,28); }
td.TdClassName
{
border-color: #91421C;
}
.TagClassName
{
border-color: #91421C;
}
</style>