#a3582d

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

Shades of Sienna #A3582D

Tints of Sienna #A3582D

Color information

#A3582D (or 0xA3582D) is unknown color: approx Sienna. HEX triplet: A3, 58 and 2D. RGB value is (163,88,45). Sum of RGB (Red+Green+Blue) = 163+88+45=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3582D is #5CA7D2. Grayscale: #696969. Windows color (decimal): -6072275 or 2971811. OLE color: 2971811.

HSL color Cylindrical-coordinate representation of color #A3582D: hue angle of 21.86º degrees, saturation: 0.57, 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 #A3582D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1638845-
CMYK00.460.720.36
HSL21.86º56.73%40.78%-
HSV(B)21.86º72.39%63.92%-
XYZ19.0714.964.36-
YUV105.5293.85169-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=55.07%
G=29.73%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163884500.460.720.3621.8656.7340.78
HexA3582D02E4824163929
Octal2431305505611044267151
Binary1010001110110001011010101110100100010010010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3582d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3582d; }

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

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

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

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

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

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

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

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