#A62925

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

Shades of Brown #A62925

Tints of Brown #A62925

Color information

#A62925 (or 0xA62925) is unknown color: approx Brown. HEX triplet: A6, 29 and 25. RGB value is (166,41,37). Sum of RGB (Red+Green+Blue) = 166+41+37=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A62925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62925 is #59D6DA. Grayscale: #4E4E4E. Windows color (decimal): -5887707 or 2435494. OLE color: 2435494.

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

Color convert

RGB1664137-
CMYK00.750.780.35
HSL1.86º63.55%39.8%-
HSV(B)1.86º77.71%65.1%-
XYZ16.859.832.76-
YUV77.92104.91190.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=68.03%
G=16.80%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166413700.750.780.351.8663.5539.8
HexA6292504B4E2324028
Octal2465145011311643210050
Binary10100110101001100101010010111001110100011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62925; }

 p { color: rgb(166,41,37); }

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

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

 a { background-color: rgb(166,41,37); }

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

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

 span { border-color: rgb(166,41,37); }

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