#532C1C

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

Shades of Indian Tan #532C1C

Tints of Indian Tan #532C1C

Color information

#532C1C (or 0x532C1C) is unknown color: approx Indian Tan. HEX triplet: 53, 2C and 1C. RGB value is (83,44,28). Sum of RGB (Red+Green+Blue) = 83+44+28=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C1C is #ACD3E3. Grayscale: #353535. Windows color (decimal): -11326436 or 1846355. OLE color: 1846355.

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

Color convert

RGB834428-
CMYK00.470.660.67
HSL17.45º49.55%21.76%-
HSV(B)17.45º66.27%32.55%-
XYZ4.683.721.57-
YUV53.84113.42148.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=53.55%
G=28.39%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83442800.470.660.6717.4549.5521.76
Hex532C1C02F4243113216
Octal1235434057102103216226
Binary1010011101100111000101111100001010000111000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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