#A42D19

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

Shades of Brown #A42D19

Tints of Brown #A42D19

Color information

#A42D19 (or 0xA42D19) is unknown color: approx Brown. HEX triplet: A4, 2D and 19. RGB value is (164,45,25). Sum of RGB (Red+Green+Blue) = 164+45+25=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D19 is #5BD2E6. Grayscale: #4E4E4E. Windows color (decimal): -6017767 or 1650084. OLE color: 1650084.

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

Color convert

RGB1644525-
CMYK00.730.850.36
HSL8.63º73.54%37.06%-
HSV(B)8.63º84.76%64.31%-
XYZ16.429.841.95-
YUV78.397.92189.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.09%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 25 (10.16% from 255) = 10.68%
R=70.09%
G=19.23%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164452500.730.850.368.6373.5437.06
HexA42D19049552494a25
Octal24455310111125441111245
Binary101001001011011100101001001101010110010010011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D19; }

 p { color: rgb(164,45,25); }

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

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

 a { background-color: rgb(164,45,25); }

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

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

 span { border-color: rgb(164,45,25); }

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