Shades of Sienna #A4502D
Tints of Sienna #A4502D
RGB
CMYK
RGB Variations
Color information
#A4502D (or 0xA4502D) is known color: Sienna. HEX triplet: A4, 50 and 2D. RGB value is (164,80,45). Sum of RGB (Red+Green+Blue) = 164+80+45=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4502D is #5BAFD2. Grayscale: #656565. Windows color (decimal): -6008787 or 2969764. OLE color: 2969764.
HSL color Cylindrical-coordinate representation of color #A4502D: hue angle of 17.65º 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 #A4502D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 45 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.36 |
| HSL | 17.65º | 0.57% | 0.41% | - |
| HSV(B) | 17.65º | 0.73% | 0.64% | - |
| XYZ | 18.65 | 13.82 | 4.17 | - |
| YUV | 101.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 45 | 0 | 0.51 | 0.73 | 0.36 | 17.65 | 0.57 | 0.41 |
| Hex | A4 | 50 | 2D | 0 | 33 | 49 | 24 | 12 | 39 | 29 |
| Octal | 244 | 120 | 55 | 0 | 63 | 111 | 44 | 22 | 71 | 51 |
| Binary | 10100100 | 1010000 | 101101 | 0 | 110011 | 1001001 | 100100 | 10010 | 111001 | 101001 |
Color Harmonies of #A4502D
Complementary color
Monochromatic Colors of #A4502D
Black with #A4502D
Text Example
Text Example
White with #A4502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4502D; }
p { color: rgb(164,80,45); }
H1.HeaderClassName
{
color: #A4502D;
}
.AnyTagClassName
{
color: #A4502D;
}
</style>
background-color css
<style>
a { background-color: #A4502D; }
a { background-color: rgb(164,80,45); }
div.DivClassName
{
background-color: #A4502D;
}
.BgClassName
{
background-color: #A4502D;
}
</style>
border-color css
<style>
span { border-color: #A4502D; }
span { border-color: rgb(164,80,45); }
td.TdClassName
{
border-color: #A4502D;
}
.TagClassName
{
border-color: #A4502D;
}
</style>