Shades of Sienna #A4532B
Tints of Sienna #A4532B
RGB
CMYK
RGB Variations
Color information
#A4532B (or 0xA4532B) is known color: Sienna. HEX triplet: A4, 53 and 2B. RGB value is (164,83,43). Sum of RGB (Red+Green+Blue) = 164+83+43=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532B is #5BACD4. Grayscale: #666666. Windows color (decimal): -6008021 or 2839460. OLE color: 2839460.
HSL color Cylindrical-coordinate representation of color #A4532B: hue angle of 19.83º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4532B is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 43 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.36 |
| HSL | 19.83º | 0.58% | 0.41% | - |
| HSV(B) | 19.83º | 0.74% | 0.64% | - |
| XYZ | 18.84 | 14.25 | 4.04 | - |
| YUV | 102.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 43 | 0 | 0.49 | 0.74 | 0.36 | 19.83 | 0.58 | 0.41 |
| Hex | A4 | 53 | 2B | 0 | 31 | 4A | 24 | 14 | 3A | 29 |
| Octal | 244 | 123 | 53 | 0 | 61 | 112 | 44 | 24 | 72 | 51 |
| Binary | 10100100 | 1010011 | 101011 | 0 | 110001 | 1001010 | 100100 | 10100 | 111010 | 101001 |
Color Harmonies of #A4532B
Complementary color
Monochromatic Colors of #A4532B
Black with #A4532B
Text Example
Text Example
White with #A4532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4532B; }
p { color: rgb(164,83,43); }
H1.HeaderClassName
{
color: #A4532B;
}
.AnyTagClassName
{
color: #A4532B;
}
</style>
background-color css
<style>
a { background-color: #A4532B; }
a { background-color: rgb(164,83,43); }
div.DivClassName
{
background-color: #A4532B;
}
.BgClassName
{
background-color: #A4532B;
}
</style>
border-color css
<style>
span { border-color: #A4532B; }
span { border-color: rgb(164,83,43); }
td.TdClassName
{
border-color: #A4532B;
}
.TagClassName
{
border-color: #A4532B;
}
</style>