#A42322

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

Shades of Brown #A42322

Tints of Brown #A42322

Color information

#A42322 (or 0xA42322) is unknown color: approx Brown. HEX triplet: A4, 23 and 22. RGB value is (164,35,34). Sum of RGB (Red+Green+Blue) = 164+35+34=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A42322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42322 is #5BDCDD. Grayscale: #494949. Windows color (decimal): -6020318 or 2237348. OLE color: 2237348.

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

Color convert

RGB1643534-
CMYK00.790.790.36
HSL0.46º65.66%38.82%-
HSV(B)0.46º79.27%64.31%-
XYZ16.29.212.44-
YUV73.46105.74192.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.39%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=70.39%
G=15.02%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164353400.790.790.360.4665.6638.82
HexA4232204F4F2404227
Octal2444342011711744010247
Binary1010010010001110001001001111100111110010001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42322; }

 p { color: rgb(164,35,34); }

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

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

 a { background-color: rgb(164,35,34); }

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

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

 span { border-color: rgb(164,35,34); }

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