#57301F

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

Shades of Indian Tan #57301F

Tints of Indian Tan #57301F

Color information

#57301F (or 0x57301F) is unknown color: approx Indian Tan. HEX triplet: 57, 30 and 1F. RGB value is (87,48,31). Sum of RGB (Red+Green+Blue) = 87+48+31=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301F is #A8CFE0. Grayscale: #393939. Windows color (decimal): -11063265 or 2043991. OLE color: 2043991.

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

Color convert

RGB874831-
CMYK00.450.640.66
HSL18.21º47.46%23.14%-
HSV(B)18.21º64.37%34.12%-
XYZ5.234.241.84-
YUV57.72112.92148.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=52.41%
G=28.92%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87483100.450.640.6618.2147.4623.14
Hex57301F02D4042122f17
Octal1276037055100102225727
Binary1010111110000111110101101100000010000101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57301F; }

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

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

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

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

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

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

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

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