#a04c2a

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

Shades of Sienna #A04C2A

Tints of Sienna #A04C2A

Color information

#A04C2A (or 0xA04C2A) is unknown color: approx Sienna. HEX triplet: A0, 4C and 2A. RGB value is (160,76,42). Sum of RGB (Red+Green+Blue) = 160+76+42=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C2A is #5FB3D5. Grayscale: #616161. Windows color (decimal): -6271958 or 2772128. OLE color: 2772128.

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

Color convert

RGB1607642-
CMYK00.520.740.37
HSL17.29º58.42%39.61%-
HSV(B)17.29º73.75%62.75%-
XYZ17.512.813.74-
YUV97.2496.83172.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=57.55%
G=27.34%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160764200.520.740.3717.2958.4239.61
HexA04C2A0344A25113a28
Octal2401145206411245217250
Binary1010000010011001010100110100100101010010110001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04c2a; }

 p { color: rgb(160,76,42); }

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

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

 a { background-color: rgb(160,76,42); }

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

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

 span { border-color: rgb(160,76,42); }

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