#A4532D

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

Shades of Sienna #A4532D

Tints of Sienna #A4532D

Color information

#A4532D (or 0xA4532D) is unknown color: approx Sienna. HEX triplet: A4, 53 and 2D. RGB value is (164,83,45). Sum of RGB (Red+Green+Blue) = 164+83+45=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532D is #5BACD2. Grayscale: #676767. Windows color (decimal): -6008019 or 2970532. OLE color: 2970532.

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

Color convert

RGB1648345-
CMYK00.490.730.36
HSL19.16º56.94%40.98%-
HSV(B)19.16º72.56%64.31%-
XYZ18.8814.274.24-
YUV102.8995.34171.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=56.16%
G=28.42%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164834500.490.730.3619.1656.9440.98
HexA4532D0314924133929
Octal2441235506111144237151
Binary1010010010100111011010110001100100110010010011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4532D; }

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

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

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

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

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

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

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

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