Shades of Sienna #9C502C
Tints of Sienna #9C502C
RGB
CMYK
RGB Variations
Color information
#9C502C (or 0x9C502C) is known color: Sienna. HEX triplet: 9C, 50 and 2C. RGB value is (156,80,44). Sum of RGB (Red+Green+Blue) = 156+80+44=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C502C is #63AFD3. Grayscale: #626262. Windows color (decimal): -6533076 or 2904220. OLE color: 2904220.
HSL color Cylindrical-coordinate representation of color #9C502C: hue angle of 19.29º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C502C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 44 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.39 |
| HSL | 19.29º | 0.56% | 0.39% | - |
| HSV(B) | 19.29º | 0.72% | 0.61% | - |
| XYZ | 17.03 | 12.99 | 3.99 | - |
| YUV | 98.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 44 | 0 | 0.49 | 0.72 | 0.39 | 19.29 | 0.56 | 0.39 |
| Hex | 9C | 50 | 2C | 0 | 31 | 48 | 27 | 13 | 38 | 27 |
| Octal | 234 | 120 | 54 | 0 | 61 | 110 | 47 | 23 | 70 | 47 |
| Binary | 10011100 | 1010000 | 101100 | 0 | 110001 | 1001000 | 100111 | 10011 | 111000 | 100111 |
Color Harmonies of #9C502C
Complementary color
Monochromatic Colors of #9C502C
Black with #9C502C
Text Example
Text Example
White with #9C502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C502C; }
p { color: rgb(156,80,44); }
H1.HeaderClassName
{
color: #9C502C;
}
.AnyTagClassName
{
color: #9C502C;
}
</style>
background-color css
<style>
a { background-color: #9C502C; }
a { background-color: rgb(156,80,44); }
div.DivClassName
{
background-color: #9C502C;
}
.BgClassName
{
background-color: #9C502C;
}
</style>
border-color css
<style>
span { border-color: #9C502C; }
span { border-color: rgb(156,80,44); }
td.TdClassName
{
border-color: #9C502C;
}
.TagClassName
{
border-color: #9C502C;
}
</style>