Shades of Saddle Brown #9D4118
Tints of Saddle Brown #9D4118
RGB
CMYK
RGB Variations
Color information
#9D4118 (or 0x9D4118) is known color: Saddle Brown. HEX triplet: 9D, 41 and 18. RGB value is (157,65,24). Sum of RGB (Red+Green+Blue) = 157+65+24=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4118 is #62BEE7. Grayscale: #585858. Windows color (decimal): -6471400 or 1589661. OLE color: 1589661.
HSL color Cylindrical-coordinate representation of color #9D4118: hue angle of 18.5º degrees, saturation: 0.73, 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 #9D4118 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 24 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.38 |
| HSL | 18.5º | 0.73% | 0.35% | - |
| HSV(B) | 18.5º | 0.85% | 0.62% | - |
| XYZ | 15.96 | 11.01 | 2.15 | - |
| YUV | 87.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 24 | 0 | 0.59 | 0.85 | 0.38 | 18.5 | 0.73 | 0.35 |
| Hex | 9D | 41 | 18 | 0 | 3B | 55 | 26 | 12 | 49 | 23 |
| Octal | 235 | 101 | 30 | 0 | 73 | 125 | 46 | 22 | 111 | 43 |
| Binary | 10011101 | 1000001 | 11000 | 0 | 111011 | 1010101 | 100110 | 10010 | 1001001 | 100011 |
Color Harmonies of #9D4118
Complementary color
Monochromatic Colors of #9D4118
Black with #9D4118
Text Example
Text Example
White with #9D4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4118; }
p { color: rgb(157,65,24); }
H1.HeaderClassName
{
color: #9D4118;
}
.AnyTagClassName
{
color: #9D4118;
}
</style>
background-color css
<style>
a { background-color: #9D4118; }
a { background-color: rgb(157,65,24); }
div.DivClassName
{
background-color: #9D4118;
}
.BgClassName
{
background-color: #9D4118;
}
</style>
border-color css
<style>
span { border-color: #9D4118; }
span { border-color: rgb(157,65,24); }
td.TdClassName
{
border-color: #9D4118;
}
.TagClassName
{
border-color: #9D4118;
}
</style>