Shades of Saddle Brown #9A5004
Tints of Saddle Brown #9A5004
RGB
CMYK
RGB Variations
Color information
#9A5004 (or 0x9A5004) is known color: Saddle Brown. HEX triplet: 9A, 50 and 04. RGB value is (154,80,4). Sum of RGB (Red+Green+Blue) = 154+80+4=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5004 is #65AFFB. Grayscale: #5D5D5D. Windows color (decimal): -6664188 or 282778. OLE color: 282778.
HSL color Cylindrical-coordinate representation of color #9A5004: hue angle of 30.4º 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 #9A5004 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 4 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.40 |
| HSL | 30.4º | 0.95% | 0.31% | - |
| HSV(B) | 30.4º | 0.97% | 0.6% | - |
| XYZ | 16.22 | 12.62 | 1.7 | - |
| YUV | 93.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 4 | 0 | 0.48 | 0.97 | 0.40 | 30.4 | 0.95 | 0.31 |
| Hex | 9A | 50 | 4 | 0 | 30 | 61 | 28 | 1E | 5F | 1F |
| Octal | 232 | 120 | 4 | 0 | 60 | 141 | 50 | 36 | 137 | 37 |
| Binary | 10011010 | 1010000 | 100 | 0 | 110000 | 1100001 | 101000 | 11110 | 1011111 | 11111 |
Color Harmonies of #9A5004
Complementary color
Monochromatic Colors of #9A5004
Black with #9A5004
Text Example
Text Example
White with #9A5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5004; }
p { color: rgb(154,80,4); }
H1.HeaderClassName
{
color: #9A5004;
}
.AnyTagClassName
{
color: #9A5004;
}
</style>
background-color css
<style>
a { background-color: #9A5004; }
a { background-color: rgb(154,80,4); }
div.DivClassName
{
background-color: #9A5004;
}
.BgClassName
{
background-color: #9A5004;
}
</style>
border-color css
<style>
span { border-color: #9A5004; }
span { border-color: rgb(154,80,4); }
td.TdClassName
{
border-color: #9A5004;
}
.TagClassName
{
border-color: #9A5004;
}
</style>