Shades of Sienna #A04C31
Tints of Sienna #A04C31
RGB
CMYK
RGB Variations
Color information
#A04C31 (or 0xA04C31) is known color: Sienna. HEX triplet: A0, 4C and 31. RGB value is (160,76,49). Sum of RGB (Red+Green+Blue) = 160+76+49=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C31 is #5FB3CE. Grayscale: #626262. Windows color (decimal): -6271951 or 3230880. OLE color: 3230880.
HSL color Cylindrical-coordinate representation of color #A04C31: hue angle of 14.59º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04C31 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 49 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.37 |
| HSL | 14.59º | 0.53% | 0.41% | - |
| HSV(B) | 14.59º | 0.69% | 0.63% | - |
| XYZ | 17.64 | 12.86 | 4.46 | - |
| YUV | 98.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 49 | 0 | 0.52 | 0.69 | 0.37 | 14.59 | 0.53 | 0.41 |
| Hex | A0 | 4C | 31 | 0 | 34 | 45 | 25 | F | 35 | 29 |
| Octal | 240 | 114 | 61 | 0 | 64 | 105 | 45 | 17 | 65 | 51 |
| Binary | 10100000 | 1001100 | 110001 | 0 | 110100 | 1000101 | 100101 | 1111 | 110101 | 101001 |
Color Harmonies of #A04C31
Complementary color
Monochromatic Colors of #A04C31
Black with #A04C31
Text Example
Text Example
White with #A04C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C31; }
p { color: rgb(160,76,49); }
H1.HeaderClassName
{
color: #A04C31;
}
.AnyTagClassName
{
color: #A04C31;
}
</style>
background-color css
<style>
a { background-color: #A04C31; }
a { background-color: rgb(160,76,49); }
div.DivClassName
{
background-color: #A04C31;
}
.BgClassName
{
background-color: #A04C31;
}
</style>
border-color css
<style>
span { border-color: #A04C31; }
span { border-color: rgb(160,76,49); }
td.TdClassName
{
border-color: #A04C31;
}
.TagClassName
{
border-color: #A04C31;
}
</style>