#532B19

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

Shades of Indian Tan #532B19

Tints of Indian Tan #532B19

Color information

#532B19 (or 0x532B19) is unknown color: approx Indian Tan. HEX triplet: 53, 2B and 19. RGB value is (83,43,25). Sum of RGB (Red+Green+Blue) = 83+43+25=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B19 is #ACD4E6. Grayscale: #353535. Windows color (decimal): -11326695 or 1649491. OLE color: 1649491.

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

Color convert

RGB834325-
CMYK00.480.700.67
HSL18.62º53.7%21.18%-
HSV(B)18.62º69.88%32.55%-
XYZ4.613.641.38-
YUV52.91112.25149.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=54.97%
G=28.48%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83432500.480.700.6718.6253.721.18
Hex532B190304643133615
Octal1235331060106103236625
Binary1010011101011110010110000100011010000111001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B19; }

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

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

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

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

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

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

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

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