#A13128

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

Shades of Brown #A13128

Tints of Brown #A13128

Color information

#A13128 (or 0xA13128) is unknown color: approx Brown. HEX triplet: A1, 31 and 28. RGB value is (161,49,40). Sum of RGB (Red+Green+Blue) = 161+49+40=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A13128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13128 is #5ECED7. Grayscale: #515151. Windows color (decimal): -6213336 or 2634145. OLE color: 2634145.

HSL color Cylindrical-coordinate representation of color #A13128: hue angle of 4.46º 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 #A13128 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1614940-
CMYK00.700.750.37
HSL4.46º60.2%39.41%-
HSV(B)4.46º75.16%63.14%-
XYZ16.189.933.07-
YUV81.46104.61184.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 40 (16.02% from 255) = 16%
R=64.4%
G=19.6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161494000.700.750.374.4660.239.41
HexA131280464B2543c27
Octal241615001061134547447
Binary10100001110001101000010001101001011100101100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13128; }

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

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

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

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

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

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

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

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