#A22421

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

Shades of Brown #A22421

Tints of Brown #A22421

Color information

#A22421 (or 0xA22421) is unknown color: approx Brown. HEX triplet: A2, 24 and 21. RGB value is (162,36,33). Sum of RGB (Red+Green+Blue) = 162+36+33=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A22421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22421 is #5DDBDE. Grayscale: #494949. Windows color (decimal): -6151135 or 2172066. OLE color: 2172066.

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

Color convert

RGB1623633-
CMYK00.780.800.36
HSL1.4º66.15%38.24%-
HSV(B)1.4º79.63%63.53%-
XYZ15.819.052.35-
YUV73.33105.24191.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=70.13%
G=15.58%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162363300.780.800.361.466.1538.24
HexA2242104E502414226
Octal2424441011612044110246
Binary1010001010010010000101001110101000010010011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22421; }

 p { color: rgb(162,36,33); }

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

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

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

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

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

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

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