Shades of Sienna #A44E2C
Tints of Sienna #A44E2C
RGB
CMYK
RGB Variations
Color information
#A44E2C (or 0xA44E2C) is known color: Sienna. HEX triplet: A4, 4E and 2C. RGB value is (164,78,44). Sum of RGB (Red+Green+Blue) = 164+78+44=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E2C is #5BB1D3. Grayscale: #646464. Windows color (decimal): -6009300 or 2903716. OLE color: 2903716.
HSL color Cylindrical-coordinate representation of color #A44E2C: hue angle of 17º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A44E2C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 44 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.36 |
| HSL | 17º | 0.58% | 0.41% | - |
| HSV(B) | 17º | 0.73% | 0.64% | - |
| XYZ | 18.49 | 13.52 | 4.02 | - |
| YUV | 99.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 44 | 0 | 0.52 | 0.73 | 0.36 | 17 | 0.58 | 0.41 |
| Hex | A4 | 4E | 2C | 0 | 34 | 49 | 24 | 11 | 3A | 29 |
| Octal | 244 | 116 | 54 | 0 | 64 | 111 | 44 | 21 | 72 | 51 |
| Binary | 10100100 | 1001110 | 101100 | 0 | 110100 | 1001001 | 100100 | 10001 | 111010 | 101001 |
Color Harmonies of #A44E2C
Complementary color
Monochromatic Colors of #A44E2C
Black with #A44E2C
Text Example
Text Example
White with #A44E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E2C; }
p { color: rgb(164,78,44); }
H1.HeaderClassName
{
color: #A44E2C;
}
.AnyTagClassName
{
color: #A44E2C;
}
</style>
background-color css
<style>
a { background-color: #A44E2C; }
a { background-color: rgb(164,78,44); }
div.DivClassName
{
background-color: #A44E2C;
}
.BgClassName
{
background-color: #A44E2C;
}
</style>
border-color css
<style>
span { border-color: #A44E2C; }
span { border-color: rgb(164,78,44); }
td.TdClassName
{
border-color: #A44E2C;
}
.TagClassName
{
border-color: #A44E2C;
}
</style>