#a4542e

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

Shades of Sienna #A4542E

Tints of Sienna #A4542E

Color information

#A4542E (or 0xA4542E) is unknown color: approx Sienna. HEX triplet: A4, 54 and 2E. RGB value is (164,84,46). Sum of RGB (Red+Green+Blue) = 164+84+46=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4542E is #5BABD1. Grayscale: #676767. Windows color (decimal): -6007762 or 3036324. OLE color: 3036324.

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

Color convert

RGB1648446-
CMYK00.490.720.36
HSL19.32º56.19%41.18%-
HSV(B)19.32º71.95%64.31%-
XYZ18.9714.434.37-
YUV103.5995.5171.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=55.78%
G=28.57%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164844600.490.720.3619.3256.1941.18
HexA4542E0314824133829
Octal2441245606111044237051
Binary1010010010101001011100110001100100010010010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4542e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4542e; }

 p { color: rgb(164,84,46); }

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

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

 a { background-color: rgb(164,84,46); }

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

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

 span { border-color: rgb(164,84,46); }

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