Shades of Sienna #A24C2F
Tints of Sienna #A24C2F
RGB
CMYK
RGB Variations
Color information
#A24C2F (or 0xA24C2F) is known color: Sienna. HEX triplet: A2, 4C and 2F. RGB value is (162,76,47). Sum of RGB (Red+Green+Blue) = 162+76+47=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C2F is #5DB3D0. Grayscale: #626262. Windows color (decimal): -6140881 or 3099810. OLE color: 3099810.
HSL color Cylindrical-coordinate representation of color #A24C2F: hue angle of 15.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A24C2F is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 47 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.36 |
| HSL | 15.13º | 0.55% | 0.41% | - |
| HSV(B) | 15.13º | 0.71% | 0.64% | - |
| XYZ | 18 | 13.06 | 4.26 | - |
| YUV | 98.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 47 | 0 | 0.53 | 0.71 | 0.36 | 15.13 | 0.55 | 0.41 |
| Hex | A2 | 4C | 2F | 0 | 35 | 47 | 24 | F | 37 | 29 |
| Octal | 242 | 114 | 57 | 0 | 65 | 107 | 44 | 17 | 67 | 51 |
| Binary | 10100010 | 1001100 | 101111 | 0 | 110101 | 1000111 | 100100 | 1111 | 110111 | 101001 |
Color Harmonies of #A24C2F
Complementary color
Monochromatic Colors of #A24C2F
Black with #A24C2F
Text Example
Text Example
White with #A24C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C2F; }
p { color: rgb(162,76,47); }
H1.HeaderClassName
{
color: #A24C2F;
}
.AnyTagClassName
{
color: #A24C2F;
}
</style>
background-color css
<style>
a { background-color: #A24C2F; }
a { background-color: rgb(162,76,47); }
div.DivClassName
{
background-color: #A24C2F;
}
.BgClassName
{
background-color: #A24C2F;
}
</style>
border-color css
<style>
span { border-color: #A24C2F; }
span { border-color: rgb(162,76,47); }
td.TdClassName
{
border-color: #A24C2F;
}
.TagClassName
{
border-color: #A24C2F;
}
</style>