Shades of Sienna #A44B2D
Tints of Sienna #A44B2D
RGB
CMYK
RGB Variations
Color information
#A44B2D (or 0xA44B2D) is known color: Sienna. HEX triplet: A4, 4B and 2D. RGB value is (164,75,45). Sum of RGB (Red+Green+Blue) = 164+75+45=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B2D is #5BB4D2. Grayscale: #626262. Windows color (decimal): -6010067 or 2968484. OLE color: 2968484.
HSL color Cylindrical-coordinate representation of color #A44B2D: hue angle of 15.13º 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 #A44B2D is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 45 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.36 |
| HSL | 15.13º | 0.57% | 0.41% | - |
| HSV(B) | 15.13º | 0.73% | 0.64% | - |
| XYZ | 18.3 | 13.11 | 4.05 | - |
| YUV | 98.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 45 | 0 | 0.54 | 0.73 | 0.36 | 15.13 | 0.57 | 0.41 |
| Hex | A4 | 4B | 2D | 0 | 36 | 49 | 24 | F | 39 | 29 |
| Octal | 244 | 113 | 55 | 0 | 66 | 111 | 44 | 17 | 71 | 51 |
| Binary | 10100100 | 1001011 | 101101 | 0 | 110110 | 1001001 | 100100 | 1111 | 111001 | 101001 |
Color Harmonies of #A44B2D
Complementary color
Monochromatic Colors of #A44B2D
Black with #A44B2D
Text Example
Text Example
White with #A44B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B2D; }
p { color: rgb(164,75,45); }
H1.HeaderClassName
{
color: #A44B2D;
}
.AnyTagClassName
{
color: #A44B2D;
}
</style>
background-color css
<style>
a { background-color: #A44B2D; }
a { background-color: rgb(164,75,45); }
div.DivClassName
{
background-color: #A44B2D;
}
.BgClassName
{
background-color: #A44B2D;
}
</style>
border-color css
<style>
span { border-color: #A44B2D; }
span { border-color: rgb(164,75,45); }
td.TdClassName
{
border-color: #A44B2D;
}
.TagClassName
{
border-color: #A44B2D;
}
</style>