#A4512D

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

Shades of Sienna #A4512D

Tints of Sienna #A4512D

Color information

#A4512D (or 0xA4512D) is unknown color: approx Sienna. HEX triplet: A4, 51 and 2D. RGB value is (164,81,45). Sum of RGB (Red+Green+Blue) = 164+81+45=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4512D is #5BAED2. Grayscale: #656565. Windows color (decimal): -6008531 or 2970020. OLE color: 2970020.

HSL color Cylindrical-coordinate representation of color #A4512D: hue angle of 18.15º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4512D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1648145-
CMYK00.510.730.36
HSL18.15º56.94%40.98%-
HSV(B)18.15º72.56%64.31%-
XYZ18.7313.974.19-
YUV101.7196172.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=56.55%
G=27.93%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164814500.510.730.3618.1556.9440.98
HexA4512D0334924123929
Octal2441215506311144227151
Binary1010010010100011011010110011100100110010010010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4512D; }

 p { color: rgb(164,81,45); }

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

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

 a { background-color: rgb(164,81,45); }

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

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

 span { border-color: rgb(164,81,45); }

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