#532D1C

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

Shades of Indian Tan #532D1C

Tints of Indian Tan #532D1C

Color information

#532D1C (or 0x532D1C) is unknown color: approx Indian Tan. HEX triplet: 53, 2D and 1C. RGB value is (83,45,28). Sum of RGB (Red+Green+Blue) = 83+45+28=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D1C is #ACD2E3. Grayscale: #363636. Windows color (decimal): -11326180 or 1846611. OLE color: 1846611.

HSL color Cylindrical-coordinate representation of color #532D1C: hue angle of 18.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532D1C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB834528-
CMYK00.460.660.67
HSL18.55º49.55%21.76%-
HSV(B)18.55º66.27%32.55%-
XYZ4.723.81.58-
YUV54.42113.09148.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=53.21%
G=28.85%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83452800.460.660.6718.5549.5521.76
Hex532D1C02E4243133216
Octal1235534056102103236226
Binary1010011101101111000101110100001010000111001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,28); }

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

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

 a { background-color: rgb(83,45,28); }

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

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

 span { border-color: rgb(83,45,28); }

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