Shades of Saddle Brown #9A3A0F
Tints of Saddle Brown #9A3A0F
RGB
CMYK
RGB Variations
Color information
#9A3A0F (or 0x9A3A0F) is known color: Saddle Brown. HEX triplet: 9A, 3A and 0F. RGB value is (154,58,15). Sum of RGB (Red+Green+Blue) = 154+58+15=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A0F is #65C5F0. Grayscale: #525252. Windows color (decimal): -6669809 or 998042. OLE color: 998042.
HSL color Cylindrical-coordinate representation of color #9A3A0F: hue angle of 18.56º degrees, saturation: 0.82, 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 #9A3A0F is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 15 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.40 |
| HSL | 18.56º | 0.82% | 0.33% | - |
| HSV(B) | 18.56º | 0.9% | 0.6% | - |
| XYZ | 14.93 | 9.93 | 1.58 | - |
| YUV | 81.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 15 | 0 | 0.62 | 0.90 | 0.40 | 18.56 | 0.82 | 0.33 |
| Hex | 9A | 3A | F | 0 | 3E | 5A | 28 | 13 | 52 | 21 |
| Octal | 232 | 72 | 17 | 0 | 76 | 132 | 50 | 23 | 122 | 41 |
| Binary | 10011010 | 111010 | 1111 | 0 | 111110 | 1011010 | 101000 | 10011 | 1010010 | 100001 |
Color Harmonies of #9A3A0F
Complementary color
Monochromatic Colors of #9A3A0F
Black with #9A3A0F
Text Example
Text Example
White with #9A3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A0F; }
p { color: rgb(154,58,15); }
H1.HeaderClassName
{
color: #9A3A0F;
}
.AnyTagClassName
{
color: #9A3A0F;
}
</style>
background-color css
<style>
a { background-color: #9A3A0F; }
a { background-color: rgb(154,58,15); }
div.DivClassName
{
background-color: #9A3A0F;
}
.BgClassName
{
background-color: #9A3A0F;
}
</style>
border-color css
<style>
span { border-color: #9A3A0F; }
span { border-color: rgb(154,58,15); }
td.TdClassName
{
border-color: #9A3A0F;
}
.TagClassName
{
border-color: #9A3A0F;
}
</style>