#A63127

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

Shades of Brown #A63127

Tints of Brown #A63127

Color information

#A63127 (or 0xA63127) is unknown color: approx Brown. HEX triplet: A6, 31 and 27. RGB value is (166,49,39). Sum of RGB (Red+Green+Blue) = 166+49+39=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63127 is #59CED8. Grayscale: #535353. Windows color (decimal): -5885657 or 2568614. OLE color: 2568614.

HSL color Cylindrical-coordinate representation of color #A63127: hue angle of 4.72º degrees, saturation: 0.62, 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 #A63127 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1664939-
CMYK00.700.770.35
HSL4.72º61.95%40.2%-
HSV(B)4.72º76.51%65.1%-
XYZ17.1910.453.03-
YUV82.84103.26187.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=65.35%
G=19.29%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166493900.700.770.354.7261.9540.2
HexA631270464D2353e28
Octal246614701061154357650
Binary10100110110001100111010001101001101100011101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63127; }

 p { color: rgb(166,49,39); }

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

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

 a { background-color: rgb(166,49,39); }

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

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

 span { border-color: rgb(166,49,39); }

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