Shades of Saddle Brown #9E380B
Tints of Saddle Brown #9E380B
RGB
CMYK
RGB Variations
Color information
#9E380B (or 0x9E380B) is known color: Saddle Brown. HEX triplet: 9E, 38 and 0B. RGB value is (158,56,11). Sum of RGB (Red+Green+Blue) = 158+56+11=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E380B is #61C7F4. Grayscale: #515151. Windows color (decimal): -6408181 or 735390. OLE color: 735390.
HSL color Cylindrical-coordinate representation of color #9E380B: hue angle of 18.37º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E380B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 11 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.38 |
| HSL | 18.37º | 0.87% | 0.33% | - |
| HSV(B) | 18.37º | 0.93% | 0.62% | - |
| XYZ | 15.58 | 10.12 | 1.45 | - |
| YUV | 81.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 11 | 0 | 0.65 | 0.93 | 0.38 | 18.37 | 0.87 | 0.33 |
| Hex | 9E | 38 | B | 0 | 41 | 5D | 26 | 12 | 57 | 21 |
| Octal | 236 | 70 | 13 | 0 | 101 | 135 | 46 | 22 | 127 | 41 |
| Binary | 10011110 | 111000 | 1011 | 0 | 1000001 | 1011101 | 100110 | 10010 | 1010111 | 100001 |
Color Harmonies of #9E380B
Complementary color
Monochromatic Colors of #9E380B
Black with #9E380B
Text Example
Text Example
White with #9E380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E380B; }
p { color: rgb(158,56,11); }
H1.HeaderClassName
{
color: #9E380B;
}
.AnyTagClassName
{
color: #9E380B;
}
</style>
background-color css
<style>
a { background-color: #9E380B; }
a { background-color: rgb(158,56,11); }
div.DivClassName
{
background-color: #9E380B;
}
.BgClassName
{
background-color: #9E380B;
}
</style>
border-color css
<style>
span { border-color: #9E380B; }
span { border-color: rgb(158,56,11); }
td.TdClassName
{
border-color: #9E380B;
}
.TagClassName
{
border-color: #9E380B;
}
</style>