Shades of Saddle Brown #9A3308
Tints of Saddle Brown #9A3308
RGB
CMYK
RGB Variations
Color information
#9A3308 (or 0x9A3308) is known color: Saddle Brown. HEX triplet: 9A, 33 and 08. RGB value is (154,51,8). Sum of RGB (Red+Green+Blue) = 154+51+8=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3308 is #65CCF7. Grayscale: #4D4D4D. Windows color (decimal): -6671608 or 537498. OLE color: 537498.
HSL color Cylindrical-coordinate representation of color #9A3308: hue angle of 17.67º 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 #9A3308 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 8 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.40 |
| HSL | 17.67º | 0.9% | 0.32% | - |
| HSV(B) | 17.67º | 0.95% | 0.6% | - |
| XYZ | 14.55 | 9.26 | 1.25 | - |
| YUV | 76.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 8 | 0 | 0.67 | 0.95 | 0.40 | 17.67 | 0.9 | 0.32 |
| Hex | 9A | 33 | 8 | 0 | 43 | 5F | 28 | 12 | 5A | 20 |
| Octal | 232 | 63 | 10 | 0 | 103 | 137 | 50 | 22 | 132 | 40 |
| Binary | 10011010 | 110011 | 1000 | 0 | 1000011 | 1011111 | 101000 | 10010 | 1011010 | 100000 |
Color Harmonies of #9A3308
Complementary color
Monochromatic Colors of #9A3308
Black with #9A3308
Text Example
Text Example
White with #9A3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3308; }
p { color: rgb(154,51,8); }
H1.HeaderClassName
{
color: #9A3308;
}
.AnyTagClassName
{
color: #9A3308;
}
</style>
background-color css
<style>
a { background-color: #9A3308; }
a { background-color: rgb(154,51,8); }
div.DivClassName
{
background-color: #9A3308;
}
.BgClassName
{
background-color: #9A3308;
}
</style>
border-color css
<style>
span { border-color: #9A3308; }
span { border-color: rgb(154,51,8); }
td.TdClassName
{
border-color: #9A3308;
}
.TagClassName
{
border-color: #9A3308;
}
</style>