Shades of Saddle Brown #9A410D
Tints of Saddle Brown #9A410D
RGB
CMYK
RGB Variations
Color information
#9A410D (or 0x9A410D) is known color: Saddle Brown. HEX triplet: 9A, 41 and 0D. RGB value is (154,65,13). Sum of RGB (Red+Green+Blue) = 154+65+13=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A410D is #65BEF2. Grayscale: #555555. Windows color (decimal): -6668019 or 868762. OLE color: 868762.
HSL color Cylindrical-coordinate representation of color #9A410D: hue angle of 22.13º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A410D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.40 |
| HSL | 22.13º | 0.84% | 0.33% | - |
| HSV(B) | 22.13º | 0.92% | 0.6% | - |
| XYZ | 15.29 | 10.68 | 1.64 | - |
| YUV | 85.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 13 | 0 | 0.58 | 0.92 | 0.40 | 22.13 | 0.84 | 0.33 |
| Hex | 9A | 41 | D | 0 | 3A | 5C | 28 | 16 | 54 | 21 |
| Octal | 232 | 101 | 15 | 0 | 72 | 134 | 50 | 26 | 124 | 41 |
| Binary | 10011010 | 1000001 | 1101 | 0 | 111010 | 1011100 | 101000 | 10110 | 1010100 | 100001 |
Color Harmonies of #9A410D
Complementary color
Monochromatic Colors of #9A410D
Black with #9A410D
Text Example
Text Example
White with #9A410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A410D; }
p { color: rgb(154,65,13); }
H1.HeaderClassName
{
color: #9A410D;
}
.AnyTagClassName
{
color: #9A410D;
}
</style>
background-color css
<style>
a { background-color: #9A410D; }
a { background-color: rgb(154,65,13); }
div.DivClassName
{
background-color: #9A410D;
}
.BgClassName
{
background-color: #9A410D;
}
</style>
border-color css
<style>
span { border-color: #9A410D; }
span { border-color: rgb(154,65,13); }
td.TdClassName
{
border-color: #9A410D;
}
.TagClassName
{
border-color: #9A410D;
}
</style>