#532819

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

Shades of Indian Tan #532819

Tints of Indian Tan #532819

Color information

#532819 (or 0x532819) is unknown color: approx Indian Tan. HEX triplet: 53, 28 and 19. RGB value is (83,40,25). Sum of RGB (Red+Green+Blue) = 83+40+25=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532819 is #ACD7E6. Grayscale: #333333. Windows color (decimal): -11327463 or 1648723. OLE color: 1648723.

HSL color Cylindrical-coordinate representation of color #532819: hue angle of 15.52º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532819 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB834025-
CMYK00.520.700.67
HSL15.52º53.7%21.18%-
HSV(B)15.52º69.88%32.55%-
XYZ4.53.431.34-
YUV51.15113.25150.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=56.08%
G=27.03%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83402500.520.700.6715.5253.721.18
Hex5328190344643103615
Octal1235031064106103206625
Binary1010011101000110010110100100011010000111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532819; }

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

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

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

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

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

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

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

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