#A44F2A

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

Shades of Sienna #A44F2A

Tints of Sienna #A44F2A

Color information

#A44F2A (or 0xA44F2A) is unknown color: approx Sienna. HEX triplet: A4, 4F and 2A. RGB value is (164,79,42). Sum of RGB (Red+Green+Blue) = 164+79+42=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44F2A is #5BB0D5. Grayscale: #646464. Windows color (decimal): -6009046 or 2772900. OLE color: 2772900.

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

Color convert

RGB1647942-
CMYK00.520.740.36
HSL18.2º59.22%40.39%-
HSV(B)18.2º74.39%64.31%-
XYZ18.5213.653.85-
YUV100.295.16173.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=57.54%
G=27.72%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164794200.520.740.3618.259.2240.39
HexA44F2A0344A24123b28
Octal2441175206411244227350
Binary1010010010011111010100110100100101010010010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F2A; }

 p { color: rgb(164,79,42); }

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

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

 a { background-color: rgb(164,79,42); }

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

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

 span { border-color: rgb(164,79,42); }

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