#572C1C

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

Shades of Indian Tan #572C1C

Tints of Indian Tan #572C1C

Color information

#572C1C (or 0x572C1C) is unknown color: approx Indian Tan. HEX triplet: 57, 2C and 1C. RGB value is (87,44,28). Sum of RGB (Red+Green+Blue) = 87+44+28=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C1C is #A8D3E3. Grayscale: #373737. Windows color (decimal): -11064292 or 1846359. OLE color: 1846359.

HSL color Cylindrical-coordinate representation of color #572C1C: hue angle of 16.27º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572C1C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB874428-
CMYK00.490.680.66
HSL16.27º51.3%22.55%-
HSV(B)16.27º67.82%34.12%-
XYZ5.043.911.59-
YUV55.03112.75150.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=54.72%
G=27.67%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87442800.490.680.6616.2751.322.55
Hex572C1C0314442103317
Octal1275434061104102206327
Binary1010111101100111000110001100010010000101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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