#A73319

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

Shades of Brown #A73319

Tints of Brown #A73319

Color information

#A73319 (or 0xA73319) is unknown color: approx Brown. HEX triplet: A7, 33 and 19. RGB value is (167,51,25). Sum of RGB (Red+Green+Blue) = 167+51+25=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A73319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73319 is #58CCE6. Grayscale: #525252. Windows color (decimal): -5819623 or 1651623. OLE color: 1651623.

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

Color convert

RGB1675125-
CMYK00.690.850.35
HSL10.99º73.96%37.65%-
HSV(B)10.99º85.03%65.49%-
XYZ17.310.652.06-
YUV82.7295.43188.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=68.72%
G=20.99%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167512500.690.850.3510.9973.9637.65
HexA733190455523b4a26
Octal24763310105125431311246
Binary101001111100111100101000101101010110001110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73319; }

 p { color: rgb(167,51,25); }

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

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

 a { background-color: rgb(167,51,25); }

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

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

 span { border-color: rgb(167,51,25); }

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