#A44B2E

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

Shades of Sienna #A44B2E

Tints of Sienna #A44B2E

Color information

#A44B2E (or 0xA44B2E) is unknown color: approx Sienna. HEX triplet: A4, 4B and 2E. RGB value is (164,75,46). Sum of RGB (Red+Green+Blue) = 164+75+46=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B2E is #5BB4D1. Grayscale: #626262. Windows color (decimal): -6010066 or 3034020. OLE color: 3034020.

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

Color convert

RGB1647546-
CMYK00.540.720.36
HSL14.75º56.19%41.18%-
HSV(B)14.75º71.95%64.31%-
XYZ18.3213.124.15-
YUV98.398.49174.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=57.54%
G=26.32%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164754600.540.720.3614.7556.1941.18
HexA44B2E0364824f3829
Octal2441135606611044177051
Binary101001001001011101110011011010010001001001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B2E; }

 p { color: rgb(164,75,46); }

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

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

 a { background-color: rgb(164,75,46); }

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

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

 span { border-color: rgb(164,75,46); }

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