Shades of Sienna #A44E2F
Tints of Sienna #A44E2F
RGB
CMYK
RGB Variations
Color information
#A44E2F (or 0xA44E2F) is known color: Sienna. HEX triplet: A4, 4E and 2F. RGB value is (164,78,47). Sum of RGB (Red+Green+Blue) = 164+78+47=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E2F is #5BB1D0. Grayscale: #646464. Windows color (decimal): -6009297 or 3100324. OLE color: 3100324.
HSL color Cylindrical-coordinate representation of color #A44E2F: hue angle of 15.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A44E2F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 47 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.36 |
| HSL | 15.9º | 0.55% | 0.41% | - |
| HSV(B) | 15.9º | 0.71% | 0.64% | - |
| XYZ | 18.55 | 13.55 | 4.33 | - |
| YUV | 100.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 47 | 0 | 0.52 | 0.71 | 0.36 | 15.9 | 0.55 | 0.41 |
| Hex | A4 | 4E | 2F | 0 | 34 | 47 | 24 | 10 | 37 | 29 |
| Octal | 244 | 116 | 57 | 0 | 64 | 107 | 44 | 20 | 67 | 51 |
| Binary | 10100100 | 1001110 | 101111 | 0 | 110100 | 1000111 | 100100 | 10000 | 110111 | 101001 |
Color Harmonies of #A44E2F
Complementary color
Monochromatic Colors of #A44E2F
Black with #A44E2F
Text Example
Text Example
White with #A44E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E2F; }
p { color: rgb(164,78,47); }
H1.HeaderClassName
{
color: #A44E2F;
}
.AnyTagClassName
{
color: #A44E2F;
}
</style>
background-color css
<style>
a { background-color: #A44E2F; }
a { background-color: rgb(164,78,47); }
div.DivClassName
{
background-color: #A44E2F;
}
.BgClassName
{
background-color: #A44E2F;
}
</style>
border-color css
<style>
span { border-color: #A44E2F; }
span { border-color: rgb(164,78,47); }
td.TdClassName
{
border-color: #A44E2F;
}
.TagClassName
{
border-color: #A44E2F;
}
</style>