#A24C2F

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

Shades of Sienna #A24C2F

Tints of Sienna #A24C2F

Color information

#A24C2F (or 0xA24C2F) is unknown color: approx Sienna. HEX triplet: A2, 4C and 2F. RGB value is (162,76,47). Sum of RGB (Red+Green+Blue) = 162+76+47=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C2F is #5DB3D0. Grayscale: #626262. Windows color (decimal): -6140881 or 3099810. OLE color: 3099810.

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

Color convert

RGB1627647-
CMYK00.530.710.36
HSL15.13º55.02%40.98%-
HSV(B)15.13º70.99%63.53%-
XYZ1813.064.26-
YUV98.4198.99173.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=56.84%
G=26.67%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162764700.530.710.3615.1355.0240.98
HexA24C2F0354724f3729
Octal2421145706510744176751
Binary101000101001100101111011010110001111001001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C2F; }

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

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

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

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

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

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

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

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