Shades of Saddle Brown #9E4317
Tints of Saddle Brown #9E4317
RGB
CMYK
RGB Variations
Color information
#9E4317 (or 0x9E4317) is known color: Saddle Brown. HEX triplet: 9E, 43 and 17. RGB value is (158,67,23). Sum of RGB (Red+Green+Blue) = 158+67+23=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4317 is #61BCE8. Grayscale: #595959. Windows color (decimal): -6405353 or 1524638. OLE color: 1524638.
HSL color Cylindrical-coordinate representation of color #9E4317: hue angle of 19.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E4317 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 23 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.38 |
| HSL | 19.56º | 0.75% | 0.35% | - |
| HSV(B) | 19.56º | 0.85% | 0.62% | - |
| XYZ | 16.26 | 11.35 | 2.14 | - |
| YUV | 89.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 23 | 0 | 0.58 | 0.85 | 0.38 | 19.56 | 0.75 | 0.35 |
| Hex | 9E | 43 | 17 | 0 | 3A | 55 | 26 | 14 | 4B | 23 |
| Octal | 236 | 103 | 27 | 0 | 72 | 125 | 46 | 24 | 113 | 43 |
| Binary | 10011110 | 1000011 | 10111 | 0 | 111010 | 1010101 | 100110 | 10100 | 1001011 | 100011 |
Color Harmonies of #9E4317
Complementary color
Monochromatic Colors of #9E4317
Black with #9E4317
Text Example
Text Example
White with #9E4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4317; }
p { color: rgb(158,67,23); }
H1.HeaderClassName
{
color: #9E4317;
}
.AnyTagClassName
{
color: #9E4317;
}
</style>
background-color css
<style>
a { background-color: #9E4317; }
a { background-color: rgb(158,67,23); }
div.DivClassName
{
background-color: #9E4317;
}
.BgClassName
{
background-color: #9E4317;
}
</style>
border-color css
<style>
span { border-color: #9E4317; }
span { border-color: rgb(158,67,23); }
td.TdClassName
{
border-color: #9E4317;
}
.TagClassName
{
border-color: #9E4317;
}
</style>