Shades of Saddle Brown #9A410F
Tints of Saddle Brown #9A410F
RGB
CMYK
RGB Variations
Color information
#9A410F (or 0x9A410F) is known color: Saddle Brown. HEX triplet: 9A, 41 and 0F. RGB value is (154,65,15). Sum of RGB (Red+Green+Blue) = 154+65+15=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A410F is #65BEF0. Grayscale: #565656. Windows color (decimal): -6668017 or 999834. OLE color: 999834.
HSL color Cylindrical-coordinate representation of color #9A410F: hue angle of 21.58º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A410F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 15 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.40 |
| HSL | 21.58º | 0.82% | 0.33% | - |
| HSV(B) | 21.58º | 0.9% | 0.6% | - |
| XYZ | 15.3 | 10.69 | 1.71 | - |
| YUV | 85.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 15 | 0 | 0.58 | 0.90 | 0.40 | 21.58 | 0.82 | 0.33 |
| Hex | 9A | 41 | F | 0 | 3A | 5A | 28 | 16 | 52 | 21 |
| Octal | 232 | 101 | 17 | 0 | 72 | 132 | 50 | 26 | 122 | 41 |
| Binary | 10011010 | 1000001 | 1111 | 0 | 111010 | 1011010 | 101000 | 10110 | 1010010 | 100001 |
Color Harmonies of #9A410F
Complementary color
Monochromatic Colors of #9A410F
Black with #9A410F
Text Example
Text Example
White with #9A410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A410F; }
p { color: rgb(154,65,15); }
H1.HeaderClassName
{
color: #9A410F;
}
.AnyTagClassName
{
color: #9A410F;
}
</style>
background-color css
<style>
a { background-color: #9A410F; }
a { background-color: rgb(154,65,15); }
div.DivClassName
{
background-color: #9A410F;
}
.BgClassName
{
background-color: #9A410F;
}
</style>
border-color css
<style>
span { border-color: #9A410F; }
span { border-color: rgb(154,65,15); }
td.TdClassName
{
border-color: #9A410F;
}
.TagClassName
{
border-color: #9A410F;
}
</style>