Shades of Saddle Brown #9A3A00
Tints of Saddle Brown #9A3A00
RGB
CMYK
RGB Variations
Color information
#9A3A00 (or 0x9A3A00) is known color: Saddle Brown. HEX triplet: 9A, 3A and 00. RGB value is (154,58,0). Sum of RGB (Red+Green+Blue) = 154+58+0=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A00 is #65C5FF. Grayscale: #505050. Windows color (decimal): -6669824 or 15002. OLE color: 15002.
HSL color Cylindrical-coordinate representation of color #9A3A00: hue angle of 22.6º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A3A00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.40 |
| HSL | 22.6º | 1% | 0.3% | - |
| HSV(B) | 22.6º | 1% | 0.6% | - |
| XYZ | 14.84 | 9.9 | 1.13 | - |
| YUV | 80.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 0 | 0 | 0.62 | 1 | 0.40 | 22.6 | 1 | 0.3 |
| Hex | 9A | 3A | 0 | 0 | 3E | 64 | 28 | 17 | 64 | 1E |
| Octal | 232 | 72 | 0 | 0 | 76 | 144 | 50 | 27 | 144 | 36 |
| Binary | 10011010 | 111010 | 0 | 0 | 111110 | 1100100 | 101000 | 10111 | 1100100 | 11110 |
Color Harmonies of #9A3A00
Complementary color
Monochromatic Colors of #9A3A00
Black with #9A3A00
Text Example
Text Example
White with #9A3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A00; }
p { color: rgb(154,58,0); }
H1.HeaderClassName
{
color: #9A3A00;
}
.AnyTagClassName
{
color: #9A3A00;
}
</style>
background-color css
<style>
a { background-color: #9A3A00; }
a { background-color: rgb(154,58,0); }
div.DivClassName
{
background-color: #9A3A00;
}
.BgClassName
{
background-color: #9A3A00;
}
</style>
border-color css
<style>
span { border-color: #9A3A00; }
span { border-color: rgb(154,58,0); }
td.TdClassName
{
border-color: #9A3A00;
}
.TagClassName
{
border-color: #9A3A00;
}
</style>