Shades of Saddle Brown #9E410C
Tints of Saddle Brown #9E410C
RGB
CMYK
RGB Variations
Color information
#9E410C (or 0x9E410C) is known color: Saddle Brown. HEX triplet: 9E, 41 and 0C. RGB value is (158,65,12). Sum of RGB (Red+Green+Blue) = 158+65+12=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E410C is #61BEF3. Grayscale: #575757. Windows color (decimal): -6405876 or 803230. OLE color: 803230.
HSL color Cylindrical-coordinate representation of color #9E410C: hue angle of 21.78º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E410C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 12 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.38 |
| HSL | 21.78º | 0.86% | 0.33% | - |
| HSV(B) | 21.78º | 0.92% | 0.62% | - |
| XYZ | 16.06 | 11.08 | 1.64 | - |
| YUV | 86.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 12 | 0 | 0.59 | 0.92 | 0.38 | 21.78 | 0.86 | 0.33 |
| Hex | 9E | 41 | C | 0 | 3B | 5C | 26 | 16 | 56 | 21 |
| Octal | 236 | 101 | 14 | 0 | 73 | 134 | 46 | 26 | 126 | 41 |
| Binary | 10011110 | 1000001 | 1100 | 0 | 111011 | 1011100 | 100110 | 10110 | 1010110 | 100001 |
Color Harmonies of #9E410C
Complementary color
Monochromatic Colors of #9E410C
Black with #9E410C
Text Example
Text Example
White with #9E410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E410C; }
p { color: rgb(158,65,12); }
H1.HeaderClassName
{
color: #9E410C;
}
.AnyTagClassName
{
color: #9E410C;
}
</style>
background-color css
<style>
a { background-color: #9E410C; }
a { background-color: rgb(158,65,12); }
div.DivClassName
{
background-color: #9E410C;
}
.BgClassName
{
background-color: #9E410C;
}
</style>
border-color css
<style>
span { border-color: #9E410C; }
span { border-color: rgb(158,65,12); }
td.TdClassName
{
border-color: #9E410C;
}
.TagClassName
{
border-color: #9E410C;
}
</style>