#A73117

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

Shades of Brown #A73117

Tints of Brown #A73117

Color information

#A73117 (or 0xA73117) is unknown color: approx Brown. HEX triplet: A7, 31 and 17. RGB value is (167,49,23). Sum of RGB (Red+Green+Blue) = 167+49+23=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A73117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73117 is #58CEE8. Grayscale: #515151. Windows color (decimal): -5820137 or 1520039. OLE color: 1520039.

HSL color Cylindrical-coordinate representation of color #A73117: hue angle of 10.83º degrees, saturation: 0.76, 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 #A73117 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1674923-
CMYK00.710.860.35
HSL10.83º75.79%37.25%-
HSV(B)10.83º86.23%65.49%-
XYZ17.1910.471.93-
YUV81.3295.09189.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=69.87%
G=20.50%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167492300.710.860.3510.8375.7937.25
HexA731170475623b4c25
Octal24761270107126431311445
Binary101001111100011011101000111101011010001110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73117; }

 p { color: rgb(167,49,23); }

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

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

 a { background-color: rgb(167,49,23); }

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

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

 span { border-color: rgb(167,49,23); }

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