Shades of Sienna #A44C2D
Tints of Sienna #A44C2D
RGB
CMYK
RGB Variations
Color information
#A44C2D (or 0xA44C2D) is known color: Sienna. HEX triplet: A4, 4C and 2D. RGB value is (164,76,45). Sum of RGB (Red+Green+Blue) = 164+76+45=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C2D is #5BB3D2. Grayscale: #626262. Windows color (decimal): -6009811 or 2968740. OLE color: 2968740.
HSL color Cylindrical-coordinate representation of color #A44C2D: hue angle of 15.63º 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 #A44C2D is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 45 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.36 |
| HSL | 15.63º | 0.57% | 0.41% | - |
| HSV(B) | 15.63º | 0.73% | 0.64% | - |
| XYZ | 18.37 | 13.25 | 4.07 | - |
| YUV | 98.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 45 | 0 | 0.54 | 0.73 | 0.36 | 15.63 | 0.57 | 0.41 |
| Hex | A4 | 4C | 2D | 0 | 36 | 49 | 24 | 10 | 39 | 29 |
| Octal | 244 | 114 | 55 | 0 | 66 | 111 | 44 | 20 | 71 | 51 |
| Binary | 10100100 | 1001100 | 101101 | 0 | 110110 | 1001001 | 100100 | 10000 | 111001 | 101001 |
Color Harmonies of #A44C2D
Complementary color
Monochromatic Colors of #A44C2D
Black with #A44C2D
Text Example
Text Example
White with #A44C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C2D; }
p { color: rgb(164,76,45); }
H1.HeaderClassName
{
color: #A44C2D;
}
.AnyTagClassName
{
color: #A44C2D;
}
</style>
background-color css
<style>
a { background-color: #A44C2D; }
a { background-color: rgb(164,76,45); }
div.DivClassName
{
background-color: #A44C2D;
}
.BgClassName
{
background-color: #A44C2D;
}
</style>
border-color css
<style>
span { border-color: #A44C2D; }
span { border-color: rgb(164,76,45); }
td.TdClassName
{
border-color: #A44C2D;
}
.TagClassName
{
border-color: #A44C2D;
}
</style>