Shades of Saddle Brown #9A430A
Tints of Saddle Brown #9A430A
RGB
CMYK
RGB Variations
Color information
#9A430A (or 0x9A430A) is known color: Saddle Brown. HEX triplet: 9A, 43 and 0A. RGB value is (154,67,10). Sum of RGB (Red+Green+Blue) = 154+67+10=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A430A is #65BCF5. Grayscale: #565656. Windows color (decimal): -6667510 or 672666. OLE color: 672666.
HSL color Cylindrical-coordinate representation of color #9A430A: hue angle of 23.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A430A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 67 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.40 |
| HSL | 23.75º | 0.88% | 0.32% | - |
| HSV(B) | 23.75º | 0.94% | 0.6% | - |
| XYZ | 15.39 | 10.91 | 1.58 | - |
| YUV | 86.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 10 | 0 | 0.56 | 0.94 | 0.40 | 23.75 | 0.88 | 0.32 |
| Hex | 9A | 43 | A | 0 | 38 | 5E | 28 | 18 | 58 | 20 |
| Octal | 232 | 103 | 12 | 0 | 70 | 136 | 50 | 30 | 130 | 40 |
| Binary | 10011010 | 1000011 | 1010 | 0 | 111000 | 1011110 | 101000 | 11000 | 1011000 | 100000 |
Color Harmonies of #9A430A
Complementary color
Monochromatic Colors of #9A430A
Black with #9A430A
Text Example
Text Example
White with #9A430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A430A; }
p { color: rgb(154,67,10); }
H1.HeaderClassName
{
color: #9A430A;
}
.AnyTagClassName
{
color: #9A430A;
}
</style>
background-color css
<style>
a { background-color: #9A430A; }
a { background-color: rgb(154,67,10); }
div.DivClassName
{
background-color: #9A430A;
}
.BgClassName
{
background-color: #9A430A;
}
</style>
border-color css
<style>
span { border-color: #9A430A; }
span { border-color: rgb(154,67,10); }
td.TdClassName
{
border-color: #9A430A;
}
.TagClassName
{
border-color: #9A430A;
}
</style>