#A32421

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

Shades of Brown #A32421

Tints of Brown #A32421

Color information

#A32421 (or 0xA32421) is unknown color: approx Brown. HEX triplet: A3, 24 and 21. RGB value is (163,36,33). Sum of RGB (Red+Green+Blue) = 163+36+33=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32421 is #5CDBDE. Grayscale: #494949. Windows color (decimal): -6085599 or 2172067. OLE color: 2172067.

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

Color convert

RGB1633633-
CMYK00.780.800.36
HSL1.38º66.33%38.43%-
HSV(B)1.38º79.75%63.92%-
XYZ16.019.162.36-
YUV73.63105.08191.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=70.26%
G=15.52%
B=14.22%

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
Decimal163363300.780.800.361.3866.3338.43
HexA3242104E502414226
Octal2434441011612044110246
Binary1010001110010010000101001110101000010010011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32421; }

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

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

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

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

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

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

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

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