#A63318

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

Shades of Brown #A63318

Tints of Brown #A63318

Color information

#A63318 (or 0xA63318) is unknown color: approx Brown. HEX triplet: A6, 33 and 18. RGB value is (166,51,24). Sum of RGB (Red+Green+Blue) = 166+51+24=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A63318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63318 is #59CCE7. Grayscale: #525252. Windows color (decimal): -5885160 or 1586086. OLE color: 1586086.

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

Color convert

RGB1665124-
CMYK00.690.860.35
HSL11.41º74.74%37.25%-
HSV(B)11.41º85.54%65.1%-
XYZ17.0710.542-
YUV82.3195.1187.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.88%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=68.88%
G=21.16%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166512400.690.860.3511.4174.7437.25
HexA633180455623b4b25
Octal24663300105126431311345
Binary101001101100111100001000101101011010001110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63318; }

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

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

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

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

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

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

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

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