#572F1D

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

Shades of Indian Tan #572F1D

Tints of Indian Tan #572F1D

Color information

#572F1D (or 0x572F1D) is unknown color: approx Indian Tan. HEX triplet: 57, 2F and 1D. RGB value is (87,47,29). Sum of RGB (Red+Green+Blue) = 87+47+29=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #572F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F1D is #A8D0E2. Grayscale: #393939. Windows color (decimal): -11063523 or 1912663. OLE color: 1912663.

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

Color convert

RGB874729-
CMYK00.460.670.66
HSL18.62º50%22.75%-
HSV(B)18.62º66.67%34.12%-
XYZ5.174.151.69-
YUV56.91112.25149.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=53.37%
G=28.83%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87472900.460.670.6618.625022.75
Hex572F1D02E4342133217
Octal1275735056103102236227
Binary1010111101111111010101110100001110000101001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,29); }

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

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

 a { background-color: rgb(87,47,29); }

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

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

 span { border-color: rgb(87,47,29); }

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