Shades of Sienna #9F552D
Tints of Sienna #9F552D
RGB
CMYK
RGB Variations
Color information
#9F552D (or 0x9F552D) is known color: Sienna. HEX triplet: 9F, 55 and 2D. RGB value is (159,85,45). Sum of RGB (Red+Green+Blue) = 159+85+45=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F552D is #60AAD2. Grayscale: #666666. Windows color (decimal): -6335187 or 2971039. OLE color: 2971039.
HSL color Cylindrical-coordinate representation of color #9F552D: hue angle of 21.05º 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 #9F552D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 45 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.38 |
| HSL | 21.05º | 0.56% | 0.4% | - |
| HSV(B) | 21.05º | 0.72% | 0.62% | - |
| XYZ | 18.02 | 14.06 | 4.25 | - |
| YUV | 102.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 45 | 0 | 0.47 | 0.72 | 0.38 | 21.05 | 0.56 | 0.4 |
| Hex | 9F | 55 | 2D | 0 | 2F | 48 | 26 | 15 | 38 | 28 |
| Octal | 237 | 125 | 55 | 0 | 57 | 110 | 46 | 25 | 70 | 50 |
| Binary | 10011111 | 1010101 | 101101 | 0 | 101111 | 1001000 | 100110 | 10101 | 111000 | 101000 |
Color Harmonies of #9F552D
Complementary color
Monochromatic Colors of #9F552D
Black with #9F552D
Text Example
Text Example
White with #9F552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F552D; }
p { color: rgb(159,85,45); }
H1.HeaderClassName
{
color: #9F552D;
}
.AnyTagClassName
{
color: #9F552D;
}
</style>
background-color css
<style>
a { background-color: #9F552D; }
a { background-color: rgb(159,85,45); }
div.DivClassName
{
background-color: #9F552D;
}
.BgClassName
{
background-color: #9F552D;
}
</style>
border-color css
<style>
span { border-color: #9F552D; }
span { border-color: rgb(159,85,45); }
td.TdClassName
{
border-color: #9F552D;
}
.TagClassName
{
border-color: #9F552D;
}
</style>