#A13228

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

Shades of Brown #A13228

Tints of Brown #A13228

Color information

#A13228 (or 0xA13228) is unknown color: approx Brown. HEX triplet: A1, 32 and 28. RGB value is (161,50,40). Sum of RGB (Red+Green+Blue) = 161+50+40=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A13228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13228 is #5ECDD7. Grayscale: #525252. Windows color (decimal): -6213080 or 2634401. OLE color: 2634401.

HSL color Cylindrical-coordinate representation of color #A13228: hue angle of 4.96º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13228 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1615040-
CMYK00.690.750.37
HSL4.96º60.2%39.41%-
HSV(B)4.96º75.16%63.14%-
XYZ16.2210.013.08-
YUV82.05104.27184.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.14%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=64.14%
G=19.92%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161504000.690.750.374.9660.239.41
HexA132280454B2553c27
Octal241625001051134557447
Binary10100001110010101000010001011001011100101101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13228; }

 p { color: rgb(161,50,40); }

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

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

 a { background-color: rgb(161,50,40); }

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

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

 span { border-color: rgb(161,50,40); }

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