#A44F30

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

Shades of Sienna #A44F30

Tints of Sienna #A44F30

Color information

#A44F30 (or 0xA44F30) is unknown color: approx Sienna. HEX triplet: A4, 4F and 30. RGB value is (164,79,48). Sum of RGB (Red+Green+Blue) = 164+79+48=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44F30 is #5BB0CF. Grayscale: #656565. Windows color (decimal): -6009040 or 3166116. OLE color: 3166116.

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

Color convert

RGB1647948-
CMYK00.520.710.36
HSL16.03º54.72%41.57%-
HSV(B)16.03º70.73%64.31%-
XYZ18.6413.74.46-
YUV100.8898.16173.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=56.36%
G=27.15%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164794800.520.710.3616.0354.7241.57
HexA44F30034472410372a
Octal2441176006410744206752
Binary1010010010011111100000110100100011110010010000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F30; }

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

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

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

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

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

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

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

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