#573020

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

Shades of Indian Tan #573020

Tints of Indian Tan #573020

Color information

#573020 (or 0x573020) is unknown color: approx Indian Tan. HEX triplet: 57, 30 and 20. RGB value is (87,48,32). Sum of RGB (Red+Green+Blue) = 87+48+32=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #573020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573020 is #A8CFDF. Grayscale: #393939. Windows color (decimal): -11063264 or 2109527. OLE color: 2109527.

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

Color convert

RGB874832-
CMYK00.450.630.66
HSL17.45º46.22%23.33%-
HSV(B)17.45º63.22%34.12%-
XYZ5.254.241.91-
YUV57.84113.42148.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=52.10%
G=28.74%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87483200.450.630.6617.4546.2223.33
Hex57302002D3F42112e17
Octal127604005577102215627
Binary1010111110000100000010110111111110000101000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573020; }

 p { color: rgb(87,48,32); }

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

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

 a { background-color: rgb(87,48,32); }

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

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

 span { border-color: rgb(87,48,32); }

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