Shades of Saddle Brown #9A401A
Tints of Saddle Brown #9A401A
RGB
CMYK
RGB Variations
Color information
#9A401A (or 0x9A401A) is known color: Saddle Brown. HEX triplet: 9A, 40 and 1A. RGB value is (154,64,26). Sum of RGB (Red+Green+Blue) = 154+64+26=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A401A is #65BFE5. Grayscale: #565656. Windows color (decimal): -6668262 or 1720474. OLE color: 1720474.
HSL color Cylindrical-coordinate representation of color #9A401A: hue angle of 17.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A401A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 26 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.40 |
| HSL | 17.81º | 0.71% | 0.35% | - |
| HSV(B) | 17.81º | 0.83% | 0.6% | - |
| XYZ | 15.35 | 10.61 | 2.22 | - |
| YUV | 86.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 26 | 0 | 0.58 | 0.83 | 0.40 | 17.81 | 0.71 | 0.35 |
| Hex | 9A | 40 | 1A | 0 | 3A | 53 | 28 | 12 | 47 | 23 |
| Octal | 232 | 100 | 32 | 0 | 72 | 123 | 50 | 22 | 107 | 43 |
| Binary | 10011010 | 1000000 | 11010 | 0 | 111010 | 1010011 | 101000 | 10010 | 1000111 | 100011 |
Color Harmonies of #9A401A
Complementary color
Monochromatic Colors of #9A401A
Black with #9A401A
Text Example
Text Example
White with #9A401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A401A; }
p { color: rgb(154,64,26); }
H1.HeaderClassName
{
color: #9A401A;
}
.AnyTagClassName
{
color: #9A401A;
}
</style>
background-color css
<style>
a { background-color: #9A401A; }
a { background-color: rgb(154,64,26); }
div.DivClassName
{
background-color: #9A401A;
}
.BgClassName
{
background-color: #9A401A;
}
</style>
border-color css
<style>
span { border-color: #9A401A; }
span { border-color: rgb(154,64,26); }
td.TdClassName
{
border-color: #9A401A;
}
.TagClassName
{
border-color: #9A401A;
}
</style>