#522819

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

Shades of Indian Tan #522819

Tints of Indian Tan #522819

Color information

#522819 (or 0x522819) is unknown color: approx Indian Tan. HEX triplet: 52, 28 and 19. RGB value is (82,40,25). Sum of RGB (Red+Green+Blue) = 82+40+25=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #522819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522819 is #ADD7E6. Grayscale: #323232. Windows color (decimal): -11392999 or 1648722. OLE color: 1648722.

HSL color Cylindrical-coordinate representation of color #522819: hue angle of 15.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522819 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB824025-
CMYK00.510.700.68
HSL15.79º53.27%20.98%-
HSV(B)15.79º69.51%32.16%-
XYZ4.413.381.34-
YUV50.85113.41150.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=55.78%
G=27.21%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82402500.510.700.6815.7953.2720.98
Hex5228190334644103515
Octal1225031063106104206525
Binary1010010101000110010110011100011010001001000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522819; }

 p { color: rgb(82,40,25); }

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

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

 a { background-color: rgb(82,40,25); }

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

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

 span { border-color: rgb(82,40,25); }

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