#A72C21

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

Shades of Brown #A72C21

Tints of Brown #A72C21

Color information

#A72C21 (or 0xA72C21) is unknown color: approx Brown. HEX triplet: A7, 2C and 21. RGB value is (167,44,33). Sum of RGB (Red+Green+Blue) = 167+44+33=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C21 is #58D3DE. Grayscale: #4F4F4F. Windows color (decimal): -5821407 or 2174119. OLE color: 2174119.

HSL color Cylindrical-coordinate representation of color #A72C21: hue angle of 4.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72C21 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1674433-
CMYK00.740.800.35
HSL4.93º67%39.22%-
HSV(B)4.93º80.24%65.49%-
XYZ17.1110.132.49-
YUV79.52101.75190.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.44%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=68.44%
G=18.03%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167443300.740.800.354.936739.22
HexA72C2104A502354327
Octal2475441011212043510347
Binary101001111011001000010100101010100001000111011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C21; }

 p { color: rgb(167,44,33); }

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

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

 a { background-color: rgb(167,44,33); }

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

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

 span { border-color: rgb(167,44,33); }

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