#A53026

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

Shades of Brown #A53026

Tints of Brown #A53026

Color information

#A53026 (or 0xA53026) is unknown color: approx Brown. HEX triplet: A5, 30 and 26. RGB value is (165,48,38). Sum of RGB (Red+Green+Blue) = 165+48+38=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53026 is #5ACFD9. Grayscale: #525252. Windows color (decimal): -5951450 or 2502821. OLE color: 2502821.

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

Color convert

RGB1654838-
CMYK00.710.770.35
HSL4.72º62.56%39.8%-
HSV(B)4.72º76.97%64.71%-
XYZ16.9210.252.92-
YUV81.84103.26187.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=65.74%
G=19.12%
B=15.14%

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
Decimal165483800.710.770.354.7262.5639.8
HexA530260474D2353f28
Octal245604601071154357750
Binary10100101110000100110010001111001101100011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53026; }

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

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

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

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

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

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

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

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