#A32822

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

Shades of Brown #A32822

Tints of Brown #A32822

Color information

#A32822 (or 0xA32822) is unknown color: approx Brown. HEX triplet: A3, 28 and 22. RGB value is (163,40,34). Sum of RGB (Red+Green+Blue) = 163+40+34=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A32822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32822 is #5CD7DD. Grayscale: #4C4C4C. Windows color (decimal): -6084574 or 2238627. OLE color: 2238627.

HSL color Cylindrical-coordinate representation of color #A32822: hue angle of 2.79º degrees, saturation: 0.65, 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 #A32822 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1634034-
CMYK00.750.790.36
HSL2.79º65.48%38.63%-
HSV(B)2.79º79.14%63.92%-
XYZ16.159.422.48-
YUV76.09104.25189.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=68.78%
G=16.88%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163403400.750.790.362.7965.4838.63
HexA3282204B4F2434127
Octal2435042011311744310147
Binary10100011101000100010010010111001111100100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32822; }

 p { color: rgb(163,40,34); }

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

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

 a { background-color: rgb(163,40,34); }

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

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

 span { border-color: rgb(163,40,34); }

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