#A52424

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

Shades of Brown #A52424

Tints of Brown #A52424

Color information

#A52424 (or 0xA52424) is unknown color: approx Brown. HEX triplet: A5, 24 and 24. RGB value is (165,36,36). Sum of RGB (Red+Green+Blue) = 165+36+36=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A52424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52424 is #5ADBDB. Grayscale: #4A4A4A. Windows color (decimal): -5954524 or 2368677. OLE color: 2368677.

HSL color Cylindrical-coordinate representation of color #A52424: hue angle of 0º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52424 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1653636-
CMYK00.780.780.35
HSL64.18%39.41%-
HSV(B)78.18%64.71%-
XYZ16.479.392.61-
YUV74.57106.24192.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.62%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=69.62%
G=15.19%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165363600.780.780.35064.1839.41
HexA5242404E4E2304027
Octal2454444011611643010047
Binary1010010110010010010001001110100111010001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52424; }

 p { color: rgb(165,36,36); }

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

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

 a { background-color: rgb(165,36,36); }

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

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

 span { border-color: rgb(165,36,36); }

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