Shades of Saddle Brown #9A3800
Tints of Saddle Brown #9A3800
RGB
CMYK
RGB Variations
Color information
#9A3800 (or 0x9A3800) is known color: Saddle Brown. HEX triplet: 9A, 38 and 00. RGB value is (154,56,0). Sum of RGB (Red+Green+Blue) = 154+56+0=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3800 is #65C7FF. Grayscale: #4F4F4F. Windows color (decimal): -6670336 or 14490. OLE color: 14490.
HSL color Cylindrical-coordinate representation of color #9A3800: hue angle of 21.82º 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 #9A3800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.40 |
| HSL | 21.82º | 1% | 0.3% | - |
| HSV(B) | 21.82º | 1% | 0.6% | - |
| XYZ | 14.74 | 9.7 | 1.1 | - |
| YUV | 78.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 0 | 0 | 0.64 | 1 | 0.40 | 21.82 | 1 | 0.3 |
| Hex | 9A | 38 | 0 | 0 | 40 | 64 | 28 | 16 | 64 | 1E |
| Octal | 232 | 70 | 0 | 0 | 100 | 144 | 50 | 26 | 144 | 36 |
| Binary | 10011010 | 111000 | 0 | 0 | 1000000 | 1100100 | 101000 | 10110 | 1100100 | 11110 |
Color Harmonies of #9A3800
Complementary color
Monochromatic Colors of #9A3800
Black with #9A3800
Text Example
Text Example
White with #9A3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3800; }
p { color: rgb(154,56,0); }
H1.HeaderClassName
{
color: #9A3800;
}
.AnyTagClassName
{
color: #9A3800;
}
</style>
background-color css
<style>
a { background-color: #9A3800; }
a { background-color: rgb(154,56,0); }
div.DivClassName
{
background-color: #9A3800;
}
.BgClassName
{
background-color: #9A3800;
}
</style>
border-color css
<style>
span { border-color: #9A3800; }
span { border-color: rgb(154,56,0); }
td.TdClassName
{
border-color: #9A3800;
}
.TagClassName
{
border-color: #9A3800;
}
</style>