#A44C2F

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

Shades of Sienna #A44C2F

Tints of Sienna #A44C2F

Color information

#A44C2F (or 0xA44C2F) is unknown color: approx Sienna. HEX triplet: A4, 4C and 2F. RGB value is (164,76,47). Sum of RGB (Red+Green+Blue) = 164+76+47=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C2F is #5BB3D0. Grayscale: #636363. Windows color (decimal): -6009809 or 3099812. OLE color: 3099812.

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

Color convert

RGB1647647-
CMYK00.540.710.36
HSL14.87º55.45%41.37%-
HSV(B)14.87º71.34%64.31%-
XYZ18.4113.274.28-
YUV99.0198.65174.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=57.14%
G=26.48%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164764700.540.710.3614.8755.4541.37
HexA44C2F0364724f3729
Octal2441145706610744176751
Binary101001001001100101111011011010001111001001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C2F; }

 p { color: rgb(164,76,47); }

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

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

 a { background-color: rgb(164,76,47); }

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

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

 span { border-color: rgb(164,76,47); }

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