#A24C2D

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

Shades of Sienna #A24C2D

Tints of Sienna #A24C2D

Color information

#A24C2D (or 0xA24C2D) is unknown color: approx Sienna. HEX triplet: A2, 4C and 2D. RGB value is (162,76,45). Sum of RGB (Red+Green+Blue) = 162+76+45=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C2D is #5DB3D2. Grayscale: #626262. Windows color (decimal): -6140883 or 2968738. OLE color: 2968738.

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

Color convert

RGB1627645-
CMYK00.530.720.36
HSL15.9º56.52%40.59%-
HSV(B)15.9º72.22%63.53%-
XYZ17.9613.044.05-
YUV98.1897.99173.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=57.24%
G=26.86%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162764500.530.720.3615.956.5240.59
HexA24C2D0354824103929
Octal2421145506511044207151
Binary1010001010011001011010110101100100010010010000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C2D; }

 p { color: rgb(162,76,45); }

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

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

 a { background-color: rgb(162,76,45); }

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

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

 span { border-color: rgb(162,76,45); }

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