#A22522

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

Shades of Brown #A22522

Tints of Brown #A22522

Color information

#A22522 (or 0xA22522) is unknown color: approx Brown. HEX triplet: A2, 25 and 22. RGB value is (162,37,34). Sum of RGB (Red+Green+Blue) = 162+37+34=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22522 is #5DDADD. Grayscale: #4A4A4A. Windows color (decimal): -6150878 or 2237858. OLE color: 2237858.

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

Color convert

RGB1623734-
CMYK00.770.790.36
HSL1.41º65.31%38.43%-
HSV(B)1.41º79.01%63.53%-
XYZ15.859.122.44-
YUV74.03105.41190.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=69.53%
G=15.88%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162373400.770.790.361.4165.3138.43
HexA2252204D4F2414126
Octal2424542011511744110146
Binary1010001010010110001001001101100111110010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22522; }

 p { color: rgb(162,37,34); }

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

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

 a { background-color: rgb(162,37,34); }

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

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

 span { border-color: rgb(162,37,34); }

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