#A42B18

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

Shades of Brown #A42B18

Tints of Brown #A42B18

Color information

#A42B18 (or 0xA42B18) is unknown color: approx Brown. HEX triplet: A4, 2B and 18. RGB value is (164,43,24). Sum of RGB (Red+Green+Blue) = 164+43+24=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B18 is #5BD4E7. Grayscale: #4D4D4D. Windows color (decimal): -6018280 or 1584036. OLE color: 1584036.

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

Color convert

RGB1644324-
CMYK00.740.850.36
HSL8.14º74.47%36.86%-
HSV(B)8.14º85.37%64.31%-
XYZ16.349.691.87-
YUV77.0198.09190.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=71.00%
G=18.61%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164432400.740.850.368.1474.4736.86
HexA42B1804A552484a25
Octal24453300112125441011245
Binary101001001010111100001001010101010110010010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42B18; }

 p { color: rgb(164,43,24); }

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

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

 a { background-color: rgb(164,43,24); }

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

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

 span { border-color: rgb(164,43,24); }

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