Shades of Saddle Brown #9A360D
Tints of Saddle Brown #9A360D
RGB
CMYK
RGB Variations
Color information
#9A360D (or 0x9A360D) is known color: Saddle Brown. HEX triplet: 9A, 36 and 0D. RGB value is (154,54,13). Sum of RGB (Red+Green+Blue) = 154+54+13=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A360D is #65C9F2. Grayscale: #4F4F4F. Windows color (decimal): -6670835 or 865946. OLE color: 865946.
HSL color Cylindrical-coordinate representation of color #9A360D: hue angle of 17.45º 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 #9A360D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.40 |
| HSL | 17.45º | 0.84% | 0.33% | - |
| HSV(B) | 17.45º | 0.92% | 0.6% | - |
| XYZ | 14.72 | 9.54 | 1.45 | - |
| YUV | 79.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 13 | 0 | 0.65 | 0.92 | 0.40 | 17.45 | 0.84 | 0.33 |
| Hex | 9A | 36 | D | 0 | 41 | 5C | 28 | 11 | 54 | 21 |
| Octal | 232 | 66 | 15 | 0 | 101 | 134 | 50 | 21 | 124 | 41 |
| Binary | 10011010 | 110110 | 1101 | 0 | 1000001 | 1011100 | 101000 | 10001 | 1010100 | 100001 |
Color Harmonies of #9A360D
Complementary color
Monochromatic Colors of #9A360D
Black with #9A360D
Text Example
Text Example
White with #9A360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A360D; }
p { color: rgb(154,54,13); }
H1.HeaderClassName
{
color: #9A360D;
}
.AnyTagClassName
{
color: #9A360D;
}
</style>
background-color css
<style>
a { background-color: #9A360D; }
a { background-color: rgb(154,54,13); }
div.DivClassName
{
background-color: #9A360D;
}
.BgClassName
{
background-color: #9A360D;
}
</style>
border-color css
<style>
span { border-color: #9A360D; }
span { border-color: rgb(154,54,13); }
td.TdClassName
{
border-color: #9A360D;
}
.TagClassName
{
border-color: #9A360D;
}
</style>