#a14e2c

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

Shades of Sienna #A14E2C

Tints of Sienna #A14E2C

Color information

#A14E2C (or 0xA14E2C) is unknown color: approx Sienna. HEX triplet: A1, 4E and 2C. RGB value is (161,78,44). Sum of RGB (Red+Green+Blue) = 161+78+44=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E2C is #5EB1D3. Grayscale: #636363. Windows color (decimal): -6205908 or 2903713. OLE color: 2903713.

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

Color convert

RGB1617844-
CMYK00.520.730.37
HSL17.44º57.07%40.2%-
HSV(B)17.44º72.67%63.14%-
XYZ17.8813.213.99-
YUV98.9497172.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=56.89%
G=27.56%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161784400.520.730.3717.4457.0740.2
HexA14E2C0344925113928
Octal2411165406411145217150
Binary1010000110011101011000110100100100110010110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14e2c; }

 p { color: rgb(161,78,44); }

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

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

 a { background-color: rgb(161,78,44); }

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

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

 span { border-color: rgb(161,78,44); }

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