#A4502D

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

Shades of Sienna #A4502D

Tints of Sienna #A4502D

Color information

#A4502D (or 0xA4502D) is unknown color: approx Sienna. HEX triplet: A4, 50 and 2D. RGB value is (164,80,45). Sum of RGB (Red+Green+Blue) = 164+80+45=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4502D is #5BAFD2. Grayscale: #656565. Windows color (decimal): -6008787 or 2969764. OLE color: 2969764.

HSL color Cylindrical-coordinate representation of color #A4502D: hue angle of 17.65º 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 #A4502D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1648045-
CMYK00.510.730.36
HSL17.65º56.94%40.98%-
HSV(B)17.65º72.56%64.31%-
XYZ18.6513.824.17-
YUV101.1396.33172.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=56.75%
G=27.68%
B=15.57%

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
Decimal164804500.510.730.3617.6556.9440.98
HexA4502D0334924123929
Octal2441205506311144227151
Binary1010010010100001011010110011100100110010010010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4502D; }

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

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

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

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

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

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

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

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