Shades of Saddle Brown #9A3A10
Tints of Saddle Brown #9A3A10
RGB
CMYK
RGB Variations
Color information
#9A3A10 (or 0x9A3A10) is known color: Saddle Brown. HEX triplet: 9A, 3A and 10. RGB value is (154,58,16). Sum of RGB (Red+Green+Blue) = 154+58+16=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A10 is #65C5EF. Grayscale: #525252. Windows color (decimal): -6669808 or 1063578. OLE color: 1063578.
HSL color Cylindrical-coordinate representation of color #9A3A10: hue angle of 18.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A3A10 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 16 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.40 |
| HSL | 18.26º | 0.81% | 0.33% | - |
| HSV(B) | 18.26º | 0.9% | 0.6% | - |
| XYZ | 14.93 | 9.93 | 1.62 | - |
| YUV | 81.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 16 | 0 | 0.62 | 0.90 | 0.40 | 18.26 | 0.81 | 0.33 |
| Hex | 9A | 3A | 10 | 0 | 3E | 5A | 28 | 12 | 51 | 21 |
| Octal | 232 | 72 | 20 | 0 | 76 | 132 | 50 | 22 | 121 | 41 |
| Binary | 10011010 | 111010 | 10000 | 0 | 111110 | 1011010 | 101000 | 10010 | 1010001 | 100001 |
Color Harmonies of #9A3A10
Complementary color
Monochromatic Colors of #9A3A10
Black with #9A3A10
Text Example
Text Example
White with #9A3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A10; }
p { color: rgb(154,58,16); }
H1.HeaderClassName
{
color: #9A3A10;
}
.AnyTagClassName
{
color: #9A3A10;
}
</style>
background-color css
<style>
a { background-color: #9A3A10; }
a { background-color: rgb(154,58,16); }
div.DivClassName
{
background-color: #9A3A10;
}
.BgClassName
{
background-color: #9A3A10;
}
</style>
border-color css
<style>
span { border-color: #9A3A10; }
span { border-color: rgb(154,58,16); }
td.TdClassName
{
border-color: #9A3A10;
}
.TagClassName
{
border-color: #9A3A10;
}
</style>