Shades of Saddle Brown #91410C
Tints of Saddle Brown #91410C
RGB
CMYK
RGB Variations
Color information
#91410C (or 0x91410C) is known color: Saddle Brown. HEX triplet: 91, 41 and 0C. RGB value is (145,65,12). Sum of RGB (Red+Green+Blue) = 145+65+12=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #91410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91410C is #6EBEF3. Grayscale: #535353. Windows color (decimal): -7257844 or 803217. OLE color: 803217.
HSL color Cylindrical-coordinate representation of color #91410C: hue angle of 23.91º 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 #91410C is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 12 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.43 |
| HSL | 23.91º | 0.85% | 0.31% | - |
| HSV(B) | 23.91º | 0.92% | 0.57% | - |
| XYZ | 13.63 | 9.83 | 1.53 | - |
| YUV | 82.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 12 | 0 | 0.55 | 0.92 | 0.43 | 23.91 | 0.85 | 0.31 |
| Hex | 91 | 41 | C | 0 | 37 | 5C | 2B | 18 | 55 | 1F |
| Octal | 221 | 101 | 14 | 0 | 67 | 134 | 53 | 30 | 125 | 37 |
| Binary | 10010001 | 1000001 | 1100 | 0 | 110111 | 1011100 | 101011 | 11000 | 1010101 | 11111 |
Color Harmonies of #91410C
Complementary color
Monochromatic Colors of #91410C
Black with #91410C
Text Example
Text Example
White with #91410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91410C; }
p { color: rgb(145,65,12); }
H1.HeaderClassName
{
color: #91410C;
}
.AnyTagClassName
{
color: #91410C;
}
</style>
background-color css
<style>
a { background-color: #91410C; }
a { background-color: rgb(145,65,12); }
div.DivClassName
{
background-color: #91410C;
}
.BgClassName
{
background-color: #91410C;
}
</style>
border-color css
<style>
span { border-color: #91410C; }
span { border-color: rgb(145,65,12); }
td.TdClassName
{
border-color: #91410C;
}
.TagClassName
{
border-color: #91410C;
}
</style>