Shades of Sienna #A34C2D
Tints of Sienna #A34C2D
RGB
CMYK
RGB Variations
Color information
#A34C2D (or 0xA34C2D) is known color: Sienna. HEX triplet: A3, 4C and 2D. RGB value is (163,76,45). Sum of RGB (Red+Green+Blue) = 163+76+45=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C2D is #5CB3D2. Grayscale: #626262. Windows color (decimal): -6075347 or 2968739. OLE color: 2968739.
HSL color Cylindrical-coordinate representation of color #A34C2D: hue angle of 15.76º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A34C2D is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 45 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.36 |
| HSL | 15.76º | 0.57% | 0.41% | - |
| HSV(B) | 15.76º | 0.72% | 0.64% | - |
| XYZ | 18.16 | 13.14 | 4.06 | - |
| YUV | 98.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 45 | 0 | 0.53 | 0.72 | 0.36 | 15.76 | 0.57 | 0.41 |
| Hex | A3 | 4C | 2D | 0 | 35 | 48 | 24 | 10 | 39 | 29 |
| Octal | 243 | 114 | 55 | 0 | 65 | 110 | 44 | 20 | 71 | 51 |
| Binary | 10100011 | 1001100 | 101101 | 0 | 110101 | 1001000 | 100100 | 10000 | 111001 | 101001 |
Color Harmonies of #A34C2D
Complementary color
Monochromatic Colors of #A34C2D
Black with #A34C2D
Text Example
Text Example
White with #A34C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C2D; }
p { color: rgb(163,76,45); }
H1.HeaderClassName
{
color: #A34C2D;
}
.AnyTagClassName
{
color: #A34C2D;
}
</style>
background-color css
<style>
a { background-color: #A34C2D; }
a { background-color: rgb(163,76,45); }
div.DivClassName
{
background-color: #A34C2D;
}
.BgClassName
{
background-color: #A34C2D;
}
</style>
border-color css
<style>
span { border-color: #A34C2D; }
span { border-color: rgb(163,76,45); }
td.TdClassName
{
border-color: #A34C2D;
}
.TagClassName
{
border-color: #A34C2D;
}
</style>