Shades of Saddle Brown #9A3100
Tints of Saddle Brown #9A3100
RGB
CMYK
RGB Variations
Color information
#9A3100 (or 0x9A3100) is known color: Saddle Brown. HEX triplet: 9A, 31 and 00. RGB value is (154,49,0). Sum of RGB (Red+Green+Blue) = 154+49+0=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3100 is #65CEFF. Grayscale: #4B4B4B. Windows color (decimal): -6672128 or 12698. OLE color: 12698.
HSL color Cylindrical-coordinate representation of color #9A3100: hue angle of 19.09º 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 #9A3100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.40 |
| HSL | 19.09º | 1% | 0.3% | - |
| HSV(B) | 19.09º | 1% | 0.6% | - |
| XYZ | 14.42 | 9.07 | 0.99 | - |
| YUV | 74.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 0 | 0 | 0.68 | 1 | 0.40 | 19.09 | 1 | 0.3 |
| Hex | 9A | 31 | 0 | 0 | 44 | 64 | 28 | 13 | 64 | 1E |
| Octal | 232 | 61 | 0 | 0 | 104 | 144 | 50 | 23 | 144 | 36 |
| Binary | 10011010 | 110001 | 0 | 0 | 1000100 | 1100100 | 101000 | 10011 | 1100100 | 11110 |
Color Harmonies of #9A3100
Complementary color
Monochromatic Colors of #9A3100
Black with #9A3100
Text Example
Text Example
White with #9A3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3100; }
p { color: rgb(154,49,0); }
H1.HeaderClassName
{
color: #9A3100;
}
.AnyTagClassName
{
color: #9A3100;
}
</style>
background-color css
<style>
a { background-color: #9A3100; }
a { background-color: rgb(154,49,0); }
div.DivClassName
{
background-color: #9A3100;
}
.BgClassName
{
background-color: #9A3100;
}
</style>
border-color css
<style>
span { border-color: #9A3100; }
span { border-color: rgb(154,49,0); }
td.TdClassName
{
border-color: #9A3100;
}
.TagClassName
{
border-color: #9A3100;
}
</style>