#a3542b

Color #A3542B Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sienna #A3542B

Tints of Sienna #A3542B

Color information

#A3542B (or 0xA3542B) is unknown color: approx Sienna. HEX triplet: A3, 54 and 2B. RGB value is (163,84,43). Sum of RGB (Red+Green+Blue) = 163+84+43=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3542B is #5CABD4. Grayscale: #676767. Windows color (decimal): -6073301 or 2839715. OLE color: 2839715.

HSL color Cylindrical-coordinate representation of color #A3542B: hue angle of 20.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3542B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1638443-
CMYK00.480.740.36
HSL20.5º58.25%40.39%-
HSV(B)20.5º73.62%63.92%-
XYZ18.7114.34.06-
YUV102.9594.17170.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=56.21%
G=28.97%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163844300.480.740.3620.558.2540.39
HexA3542B0304A24143a28
Octal2431245306011244247250
Binary1010001110101001010110110000100101010010010100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3542b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3542b; }

 p { color: rgb(163,84,43); }

 H1.HeaderClassName
 {
   color: #a3542b;
 }
 .AnyTagClassName
 {
   color: #a3542b;
 }
</style>
background-color css

<style>
 a { background-color: #a3542b; }

 a { background-color: rgb(163,84,43); }

 div.DivClassName
 {
   background-color: #a3542b;
 }
 .BgClassName
 {
   background-color: #a3542b;
 }
</style>
border-color css

<style>
 span { border-color: #a3542b; }

 span { border-color: rgb(163,84,43); }

 td.TdClassName
 {
   border-color: #a3542b;
 }
 .TagClassName
 {
   border-color: #a3542b;
 }
</style>