#A73026

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

Shades of Brown #A73026

Tints of Brown #A73026

Color information

#A73026 (or 0xA73026) is unknown color: approx Brown. HEX triplet: A7, 30 and 26. RGB value is (167,48,38). Sum of RGB (Red+Green+Blue) = 167+48+38=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A73026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73026 is #58CFD9. Grayscale: #525252. Windows color (decimal): -5820378 or 2502823. OLE color: 2502823.

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

Color convert

RGB1674838-
CMYK00.710.770.35
HSL4.65º62.93%40.2%-
HSV(B)4.65º77.25%65.49%-
XYZ17.3410.472.94-
YUV82.44102.92188.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=66.01%
G=18.97%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167483800.710.770.354.6562.9340.2
HexA730260474D2353f28
Octal247604601071154357750
Binary10100111110000100110010001111001101100011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73026; }

 p { color: rgb(167,48,38); }

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

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

 a { background-color: rgb(167,48,38); }

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

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

 span { border-color: rgb(167,48,38); }

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