Shades of Saddle Brown #9A3A08
Tints of Saddle Brown #9A3A08
RGB
CMYK
RGB Variations
Color information
#9A3A08 (or 0x9A3A08) is known color: Saddle Brown. HEX triplet: 9A, 3A and 08. RGB value is (154,58,8). Sum of RGB (Red+Green+Blue) = 154+58+8=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A08 is #65C5F7. Grayscale: #515151. Windows color (decimal): -6669816 or 539290. OLE color: 539290.
HSL color Cylindrical-coordinate representation of color #9A3A08: hue angle of 20.55º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A3A08 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.40 |
| HSL | 20.55º | 0.9% | 0.32% | - |
| HSV(B) | 20.55º | 0.95% | 0.6% | - |
| XYZ | 14.88 | 9.91 | 1.36 | - |
| YUV | 81 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 8 | 0 | 0.62 | 0.95 | 0.40 | 20.55 | 0.9 | 0.32 |
| Hex | 9A | 3A | 8 | 0 | 3E | 5F | 28 | 15 | 5A | 20 |
| Octal | 232 | 72 | 10 | 0 | 76 | 137 | 50 | 25 | 132 | 40 |
| Binary | 10011010 | 111010 | 1000 | 0 | 111110 | 1011111 | 101000 | 10101 | 1011010 | 100000 |
Color Harmonies of #9A3A08
Complementary color
Monochromatic Colors of #9A3A08
Black with #9A3A08
Text Example
Text Example
White with #9A3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A08; }
p { color: rgb(154,58,8); }
H1.HeaderClassName
{
color: #9A3A08;
}
.AnyTagClassName
{
color: #9A3A08;
}
</style>
background-color css
<style>
a { background-color: #9A3A08; }
a { background-color: rgb(154,58,8); }
div.DivClassName
{
background-color: #9A3A08;
}
.BgClassName
{
background-color: #9A3A08;
}
</style>
border-color css
<style>
span { border-color: #9A3A08; }
span { border-color: rgb(154,58,8); }
td.TdClassName
{
border-color: #9A3A08;
}
.TagClassName
{
border-color: #9A3A08;
}
</style>