Shades of Saddle Brown #9A3600
Tints of Saddle Brown #9A3600
RGB
CMYK
RGB Variations
Color information
#9A3600 (or 0x9A3600) is known color: Saddle Brown. HEX triplet: 9A, 36 and 00. RGB value is (154,54,0). Sum of RGB (Red+Green+Blue) = 154+54+0=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3600 is #65C9FF. Grayscale: #4E4E4E. Windows color (decimal): -6670848 or 13978. OLE color: 13978.
HSL color Cylindrical-coordinate representation of color #9A3600: hue angle of 21.04º 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 #9A3600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.40 |
| HSL | 21.04º | 1% | 0.3% | - |
| HSV(B) | 21.04º | 1% | 0.6% | - |
| XYZ | 14.65 | 9.51 | 1.06 | - |
| YUV | 77.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 0 | 0 | 0.65 | 1 | 0.40 | 21.04 | 1 | 0.3 |
| Hex | 9A | 36 | 0 | 0 | 41 | 64 | 28 | 15 | 64 | 1E |
| Octal | 232 | 66 | 0 | 0 | 101 | 144 | 50 | 25 | 144 | 36 |
| Binary | 10011010 | 110110 | 0 | 0 | 1000001 | 1100100 | 101000 | 10101 | 1100100 | 11110 |
Color Harmonies of #9A3600
Complementary color
Monochromatic Colors of #9A3600
Black with #9A3600
Text Example
Text Example
White with #9A3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3600; }
p { color: rgb(154,54,0); }
H1.HeaderClassName
{
color: #9A3600;
}
.AnyTagClassName
{
color: #9A3600;
}
</style>
background-color css
<style>
a { background-color: #9A3600; }
a { background-color: rgb(154,54,0); }
div.DivClassName
{
background-color: #9A3600;
}
.BgClassName
{
background-color: #9A3600;
}
</style>
border-color css
<style>
span { border-color: #9A3600; }
span { border-color: rgb(154,54,0); }
td.TdClassName
{
border-color: #9A3600;
}
.TagClassName
{
border-color: #9A3600;
}
</style>