#532919

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

Shades of Indian Tan #532919

Tints of Indian Tan #532919

Color information

#532919 (or 0x532919) is unknown color: approx Indian Tan. HEX triplet: 53, 29 and 19. RGB value is (83,41,25). Sum of RGB (Red+Green+Blue) = 83+41+25=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532919 is #ACD6E6. Grayscale: #333333. Windows color (decimal): -11327207 or 1648979. OLE color: 1648979.

HSL color Cylindrical-coordinate representation of color #532919: hue angle of 16.55º 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 #532919 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB834125-
CMYK00.510.700.67
HSL16.55º53.7%21.18%-
HSV(B)16.55º69.88%32.55%-
XYZ4.543.51.36-
YUV51.73112.91150.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=55.70%
G=27.52%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83412500.510.700.6716.5553.721.18
Hex5329190334643113615
Octal1235131063106103216625
Binary1010011101001110010110011100011010000111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532919; }

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

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

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

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

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

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

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

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