Shades of Saddle Brown #9A2A00
Tints of Saddle Brown #9A2A00
RGB
CMYK
RGB Variations
Color information
#9A2A00 (or 0x9A2A00) is known color: Saddle Brown. HEX triplet: 9A, 2A and 00. RGB value is (154,42,0). Sum of RGB (Red+Green+Blue) = 154+42+0=196 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.57% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2A00 is #65D5FF. Grayscale: #464646. Windows color (decimal): -6673920 or 10906. OLE color: 10906.
HSL color Cylindrical-coordinate representation of color #9A2A00: hue angle of 16.36º 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 #9A2A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.40 |
| HSL | 16.36º | 1% | 0.3% | - |
| HSV(B) | 16.36º | 1% | 0.6% | - |
| XYZ | 14.15 | 8.53 | 0.9 | - |
| YUV | 70.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 0 | 0 | 0.73 | 1 | 0.40 | 16.36 | 1 | 0.3 |
| Hex | 9A | 2A | 0 | 0 | 49 | 64 | 28 | 10 | 64 | 1E |
| Octal | 232 | 52 | 0 | 0 | 111 | 144 | 50 | 20 | 144 | 36 |
| Binary | 10011010 | 101010 | 0 | 0 | 1001001 | 1100100 | 101000 | 10000 | 1100100 | 11110 |
Color Harmonies of #9A2A00
Complementary color
Monochromatic Colors of #9A2A00
Black with #9A2A00
Text Example
Text Example
White with #9A2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A00; }
p { color: rgb(154,42,0); }
H1.HeaderClassName
{
color: #9A2A00;
}
.AnyTagClassName
{
color: #9A2A00;
}
</style>
background-color css
<style>
a { background-color: #9A2A00; }
a { background-color: rgb(154,42,0); }
div.DivClassName
{
background-color: #9A2A00;
}
.BgClassName
{
background-color: #9A2A00;
}
</style>
border-color css
<style>
span { border-color: #9A2A00; }
span { border-color: rgb(154,42,0); }
td.TdClassName
{
border-color: #9A2A00;
}
.TagClassName
{
border-color: #9A2A00;
}
</style>