#A02913

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

Shades of Brown #A02913

Tints of Brown #A02913

Color information

#A02913 (or 0xA02913) is unknown color: approx Brown. HEX triplet: A0, 29 and 13. RGB value is (160,41,19). Sum of RGB (Red+Green+Blue) = 160+41+19=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A02913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02913 is #5FD6EC. Grayscale: #4A4A4A. Windows color (decimal): -6280941 or 1255840. OLE color: 1255840.

HSL color Cylindrical-coordinate representation of color #A02913: hue angle of 9.36º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A02913 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1604119-
CMYK00.740.880.37
HSL9.36º78.77%35.1%-
HSV(B)9.36º88.13%62.75%-
XYZ15.419.111.56-
YUV74.0796.92189.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.73%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=72.73%
G=18.64%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160411900.740.880.379.3678.7735.1
HexA0291304A582594f23
Octal24051230112130451111743
Binary101000001010011001101001010101100010010110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02913; }

 p { color: rgb(160,41,19); }

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

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

 a { background-color: rgb(160,41,19); }

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

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

 span { border-color: rgb(160,41,19); }

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