Shades of Sienna #9E552C
Tints of Sienna #9E552C
RGB
CMYK
RGB Variations
Color information
#9E552C (or 0x9E552C) is known color: Sienna. HEX triplet: 9E, 55 and 2C. RGB value is (158,85,44). Sum of RGB (Red+Green+Blue) = 158+85+44=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E552C is #61AAD3. Grayscale: #666666. Windows color (decimal): -6400724 or 2905502. OLE color: 2905502.
HSL color Cylindrical-coordinate representation of color #9E552C: hue angle of 21.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E552C is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 44 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.38 |
| HSL | 21.58º | 0.56% | 0.4% | - |
| HSV(B) | 21.58º | 0.72% | 0.62% | - |
| XYZ | 17.8 | 13.95 | 4.14 | - |
| YUV | 102.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 44 | 0 | 0.46 | 0.72 | 0.38 | 21.58 | 0.56 | 0.4 |
| Hex | 9E | 55 | 2C | 0 | 2E | 48 | 26 | 16 | 38 | 28 |
| Octal | 236 | 125 | 54 | 0 | 56 | 110 | 46 | 26 | 70 | 50 |
| Binary | 10011110 | 1010101 | 101100 | 0 | 101110 | 1001000 | 100110 | 10110 | 111000 | 101000 |
Color Harmonies of #9E552C
Complementary color
Monochromatic Colors of #9E552C
Black with #9E552C
Text Example
Text Example
White with #9E552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E552C; }
p { color: rgb(158,85,44); }
H1.HeaderClassName
{
color: #9E552C;
}
.AnyTagClassName
{
color: #9E552C;
}
</style>
background-color css
<style>
a { background-color: #9E552C; }
a { background-color: rgb(158,85,44); }
div.DivClassName
{
background-color: #9E552C;
}
.BgClassName
{
background-color: #9E552C;
}
</style>
border-color css
<style>
span { border-color: #9E552C; }
span { border-color: rgb(158,85,44); }
td.TdClassName
{
border-color: #9E552C;
}
.TagClassName
{
border-color: #9E552C;
}
</style>