Shades of Sienna #A44E2D
Tints of Sienna #A44E2D
RGB
CMYK
RGB Variations
Color information
#A44E2D (or 0xA44E2D) is known color: Sienna. HEX triplet: A4, 4E and 2D. RGB value is (164,78,45). Sum of RGB (Red+Green+Blue) = 164+78+45=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E2D is #5BB1D2. Grayscale: #646464. Windows color (decimal): -6009299 or 2969252. OLE color: 2969252.
HSL color Cylindrical-coordinate representation of color #A44E2D: hue angle of 16.64º degrees, saturation: 0.57, 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 #A44E2D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 45 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.36 |
| HSL | 16.64º | 0.57% | 0.41% | - |
| HSV(B) | 16.64º | 0.73% | 0.64% | - |
| XYZ | 18.51 | 13.53 | 4.12 | - |
| YUV | 99.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 45 | 0 | 0.52 | 0.73 | 0.36 | 16.64 | 0.57 | 0.41 |
| Hex | A4 | 4E | 2D | 0 | 34 | 49 | 24 | 11 | 39 | 29 |
| Octal | 244 | 116 | 55 | 0 | 64 | 111 | 44 | 21 | 71 | 51 |
| Binary | 10100100 | 1001110 | 101101 | 0 | 110100 | 1001001 | 100100 | 10001 | 111001 | 101001 |
Color Harmonies of #A44E2D
Complementary color
Monochromatic Colors of #A44E2D
Black with #A44E2D
Text Example
Text Example
White with #A44E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E2D; }
p { color: rgb(164,78,45); }
H1.HeaderClassName
{
color: #A44E2D;
}
.AnyTagClassName
{
color: #A44E2D;
}
</style>
background-color css
<style>
a { background-color: #A44E2D; }
a { background-color: rgb(164,78,45); }
div.DivClassName
{
background-color: #A44E2D;
}
.BgClassName
{
background-color: #A44E2D;
}
</style>
border-color css
<style>
span { border-color: #A44E2D; }
span { border-color: rgb(164,78,45); }
td.TdClassName
{
border-color: #A44E2D;
}
.TagClassName
{
border-color: #A44E2D;
}
</style>