Shades of Saddle Brown #9A2904
Tints of Saddle Brown #9A2904
RGB
CMYK
RGB Variations
Color information
#9A2904 (or 0x9A2904) is known color: Saddle Brown. HEX triplet: 9A, 29 and 04. RGB value is (154,41,4). Sum of RGB (Red+Green+Blue) = 154+41+4=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2904 is #65D6FB. Grayscale: #464646. Windows color (decimal): -6674172 or 272794. OLE color: 272794.
HSL color Cylindrical-coordinate representation of color #9A2904: hue angle of 14.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A2904 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.40 |
| HSL | 14.8º | 0.95% | 0.31% | - |
| HSV(B) | 14.8º | 0.97% | 0.6% | - |
| XYZ | 14.14 | 8.46 | 1 | - |
| YUV | 70.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 4 | 0 | 0.73 | 0.97 | 0.40 | 14.8 | 0.95 | 0.31 |
| Hex | 9A | 29 | 4 | 0 | 49 | 61 | 28 | F | 5F | 1F |
| Octal | 232 | 51 | 4 | 0 | 111 | 141 | 50 | 17 | 137 | 37 |
| Binary | 10011010 | 101001 | 100 | 0 | 1001001 | 1100001 | 101000 | 1111 | 1011111 | 11111 |
Color Harmonies of #9A2904
Complementary color
Monochromatic Colors of #9A2904
Black with #9A2904
Text Example
Text Example
White with #9A2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2904; }
p { color: rgb(154,41,4); }
H1.HeaderClassName
{
color: #9A2904;
}
.AnyTagClassName
{
color: #9A2904;
}
</style>
background-color css
<style>
a { background-color: #9A2904; }
a { background-color: rgb(154,41,4); }
div.DivClassName
{
background-color: #9A2904;
}
.BgClassName
{
background-color: #9A2904;
}
</style>
border-color css
<style>
span { border-color: #9A2904; }
span { border-color: rgb(154,41,4); }
td.TdClassName
{
border-color: #9A2904;
}
.TagClassName
{
border-color: #9A2904;
}
</style>