Shades of Saddle Brown #9A3613
Tints of Saddle Brown #9A3613
RGB
CMYK
RGB Variations
Color information
#9A3613 (or 0x9A3613) is known color: Saddle Brown. HEX triplet: 9A, 36 and 13. RGB value is (154,54,19). Sum of RGB (Red+Green+Blue) = 154+54+19=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3613 is #65C9EC. Grayscale: #505050. Windows color (decimal): -6670829 or 1259162. OLE color: 1259162.
HSL color Cylindrical-coordinate representation of color #9A3613: hue angle of 15.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A3613 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 19 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.40 |
| HSL | 15.56º | 0.78% | 0.34% | - |
| HSV(B) | 15.56º | 0.88% | 0.6% | - |
| XYZ | 14.76 | 9.56 | 1.68 | - |
| YUV | 79.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 19 | 0 | 0.65 | 0.88 | 0.40 | 15.56 | 0.78 | 0.34 |
| Hex | 9A | 36 | 13 | 0 | 41 | 58 | 28 | 10 | 4E | 22 |
| Octal | 232 | 66 | 23 | 0 | 101 | 130 | 50 | 20 | 116 | 42 |
| Binary | 10011010 | 110110 | 10011 | 0 | 1000001 | 1011000 | 101000 | 10000 | 1001110 | 100010 |
Color Harmonies of #9A3613
Complementary color
Monochromatic Colors of #9A3613
Black with #9A3613
Text Example
Text Example
White with #9A3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3613; }
p { color: rgb(154,54,19); }
H1.HeaderClassName
{
color: #9A3613;
}
.AnyTagClassName
{
color: #9A3613;
}
</style>
background-color css
<style>
a { background-color: #9A3613; }
a { background-color: rgb(154,54,19); }
div.DivClassName
{
background-color: #9A3613;
}
.BgClassName
{
background-color: #9A3613;
}
</style>
border-color css
<style>
span { border-color: #9A3613; }
span { border-color: rgb(154,54,19); }
td.TdClassName
{
border-color: #9A3613;
}
.TagClassName
{
border-color: #9A3613;
}
</style>