#A72926

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

Shades of Brown #A72926

Tints of Brown #A72926

Color information

#A72926 (or 0xA72926) is unknown color: approx Brown. HEX triplet: A7, 29 and 26. RGB value is (167,41,38). Sum of RGB (Red+Green+Blue) = 167+41+38=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A72926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72926 is #58D6D9. Grayscale: #4E4E4E. Windows color (decimal): -5822170 or 2501031. OLE color: 2501031.

HSL color Cylindrical-coordinate representation of color #A72926: hue angle of 1.4º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72926 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1674138-
CMYK00.750.770.35
HSL1.4º62.93%40.2%-
HSV(B)1.4º77.25%65.49%-
XYZ17.089.942.85-
YUV78.33105.24191.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=67.89%
G=16.67%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167413800.750.770.351.462.9340.2
HexA7292604B4D2313f28
Octal247514601131154317750
Binary101001111010011001100100101110011011000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72926; }

 p { color: rgb(167,41,38); }

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

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

 a { background-color: rgb(167,41,38); }

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

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

 span { border-color: rgb(167,41,38); }

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