#A5542B

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

Shades of Sienna #A5542B

Tints of Sienna #A5542B

Color information

#A5542B (or 0xA5542B) is unknown color: approx Sienna. HEX triplet: A5, 54 and 2B. RGB value is (165,84,43). Sum of RGB (Red+Green+Blue) = 165+84+43=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5542B is #5AABD4. Grayscale: #676767. Windows color (decimal): -5942229 or 2839717. OLE color: 2839717.

HSL color Cylindrical-coordinate representation of color #A5542B: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5542B is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1658443-
CMYK00.490.740.35
HSL20.16º58.65%40.78%-
HSV(B)20.16º73.94%64.71%-
XYZ19.1214.514.08-
YUV103.5493.84171.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=56.51%
G=28.77%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165844300.490.740.3520.1658.6540.78
HexA5542B0314A23143b29
Octal2451245306111243247351
Binary1010010110101001010110110001100101010001110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5542B; }

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

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

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

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

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

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

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

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