Shades of Sienna #A54C29
Tints of Sienna #A54C29
RGB
CMYK
RGB Variations
Color information
#A54C29 (or 0xA54C29) is known color: Sienna. HEX triplet: A5, 4C and 29. RGB value is (165,76,41). Sum of RGB (Red+Green+Blue) = 165+76+41=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C29 is #5AB3D6. Grayscale: #626262. Windows color (decimal): -5944279 or 2706597. OLE color: 2706597.
HSL color Cylindrical-coordinate representation of color #A54C29: hue angle of 16.94º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A54C29 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 41 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.35 |
| HSL | 16.94º | 0.6% | 0.4% | - |
| HSV(B) | 16.94º | 0.75% | 0.65% | - |
| XYZ | 18.5 | 13.33 | 3.7 | - |
| YUV | 98.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 41 | 0 | 0.54 | 0.75 | 0.35 | 16.94 | 0.6 | 0.4 |
| Hex | A5 | 4C | 29 | 0 | 36 | 4B | 23 | 11 | 3C | 28 |
| Octal | 245 | 114 | 51 | 0 | 66 | 113 | 43 | 21 | 74 | 50 |
| Binary | 10100101 | 1001100 | 101001 | 0 | 110110 | 1001011 | 100011 | 10001 | 111100 | 101000 |
Color Harmonies of #A54C29
Complementary color
Monochromatic Colors of #A54C29
Black with #A54C29
Text Example
Text Example
White with #A54C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C29; }
p { color: rgb(165,76,41); }
H1.HeaderClassName
{
color: #A54C29;
}
.AnyTagClassName
{
color: #A54C29;
}
</style>
background-color css
<style>
a { background-color: #A54C29; }
a { background-color: rgb(165,76,41); }
div.DivClassName
{
background-color: #A54C29;
}
.BgClassName
{
background-color: #A54C29;
}
</style>
border-color css
<style>
span { border-color: #A54C29; }
span { border-color: rgb(165,76,41); }
td.TdClassName
{
border-color: #A54C29;
}
.TagClassName
{
border-color: #A54C29;
}
</style>