Shades of Sienna #A44C2F
Tints of Sienna #A44C2F
RGB
CMYK
RGB Variations
Color information
#A44C2F (or 0xA44C2F) is known color: Sienna. HEX triplet: A4, 4C and 2F. RGB value is (164,76,47). Sum of RGB (Red+Green+Blue) = 164+76+47=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C2F is #5BB3D0. Grayscale: #636363. Windows color (decimal): -6009809 or 3099812. OLE color: 3099812.
HSL color Cylindrical-coordinate representation of color #A44C2F: hue angle of 14.87º 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 #A44C2F is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 47 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.36 |
| HSL | 14.87º | 0.55% | 0.41% | - |
| HSV(B) | 14.87º | 0.71% | 0.64% | - |
| XYZ | 18.41 | 13.27 | 4.28 | - |
| YUV | 99.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 47 | 0 | 0.54 | 0.71 | 0.36 | 14.87 | 0.55 | 0.41 |
| Hex | A4 | 4C | 2F | 0 | 36 | 47 | 24 | F | 37 | 29 |
| Octal | 244 | 114 | 57 | 0 | 66 | 107 | 44 | 17 | 67 | 51 |
| Binary | 10100100 | 1001100 | 101111 | 0 | 110110 | 1000111 | 100100 | 1111 | 110111 | 101001 |
Color Harmonies of #A44C2F
Complementary color
Monochromatic Colors of #A44C2F
Black with #A44C2F
Text Example
Text Example
White with #A44C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C2F; }
p { color: rgb(164,76,47); }
H1.HeaderClassName
{
color: #A44C2F;
}
.AnyTagClassName
{
color: #A44C2F;
}
</style>
background-color css
<style>
a { background-color: #A44C2F; }
a { background-color: rgb(164,76,47); }
div.DivClassName
{
background-color: #A44C2F;
}
.BgClassName
{
background-color: #A44C2F;
}
</style>
border-color css
<style>
span { border-color: #A44C2F; }
span { border-color: rgb(164,76,47); }
td.TdClassName
{
border-color: #A44C2F;
}
.TagClassName
{
border-color: #A44C2F;
}
</style>