#A1542B

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

Shades of Sienna #A1542B

Tints of Sienna #A1542B

Color information

#A1542B (or 0xA1542B) is unknown color: approx Sienna. HEX triplet: A1, 54 and 2B. RGB value is (161,84,43). Sum of RGB (Red+Green+Blue) = 161+84+43=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1542B is #5EABD4. Grayscale: #666666. Windows color (decimal): -6204373 or 2839713. OLE color: 2839713.

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

Color convert

RGB1618443-
CMYK00.480.730.37
HSL20.85º57.84%40%-
HSV(B)20.85º73.29%63.14%-
XYZ18.314.094.04-
YUV102.3594.51169.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=55.90%
G=29.17%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161844300.480.730.3720.8557.8440
HexA1542B0304925153a28
Octal2411245306011145257250
Binary1010000110101001010110110000100100110010110101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1542B; }

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

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

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

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

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

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

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

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