#A3582C

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

Shades of Sienna #A3582C

Tints of Sienna #A3582C

Color information

#A3582C (or 0xA3582C) is unknown color: approx Sienna. HEX triplet: A3, 58 and 2C. RGB value is (163,88,44). Sum of RGB (Red+Green+Blue) = 163+88+44=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3582C is #5CA7D3. Grayscale: #696969. Windows color (decimal): -6072276 or 2906275. OLE color: 2906275.

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

Color convert

RGB1638844-
CMYK00.460.730.36
HSL22.18º57.49%40.59%-
HSV(B)22.18º73.01%63.92%-
XYZ19.0514.954.26-
YUV105.4193.35169.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=55.25%
G=29.83%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163884400.460.730.3622.1857.4940.59
HexA3582C02E4924163929
Octal2431305405611144267151
Binary1010001110110001011000101110100100110010010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3582C; }

 p { color: rgb(163,88,44); }

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

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

 a { background-color: rgb(163,88,44); }

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

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

 span { border-color: rgb(163,88,44); }

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