#A63327

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

Shades of Brown #A63327

Tints of Brown #A63327

Color information

#A63327 (or 0xA63327) is unknown color: approx Brown. HEX triplet: A6, 33 and 27. RGB value is (166,51,39). Sum of RGB (Red+Green+Blue) = 166+51+39=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A63327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63327 is #59CCD8. Grayscale: #545454. Windows color (decimal): -5885145 or 2569126. OLE color: 2569126.

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

Color convert

RGB1665139-
CMYK00.690.770.35
HSL5.67º61.95%40.2%-
HSV(B)5.67º76.51%65.1%-
XYZ17.2810.623.06-
YUV84.02102.6186.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=64.84%
G=19.92%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166513900.690.770.355.6761.9540.2
HexA633270454D2363e28
Octal246634701051154367650
Binary10100110110011100111010001011001101100011110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63327; }

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

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

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

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

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

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

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

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