#71576E

Color #71576E Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #71576E

Tints of Salt Box #71576E

Color information

#71576E (or 0x71576E) is unknown color: approx Salt Box. HEX triplet: 71, 57 and 6E. RGB value is (113,87,110). Sum of RGB (Red+Green+Blue) = 113+87+110=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576E is #8EA891. Grayscale: #616161. Windows color (decimal): -9349266 or 7231345. OLE color: 7231345.

HSL color Cylindrical-coordinate representation of color #71576E: hue angle of 306.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71576E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11387110-
CMYK00.230.030.56
HSL306.92º13%39.22%-
HSV(B)306.92º23.01%44.31%-
XYZ13.0311.4516.28-
YUV97.4135.11139.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=36.45%
G=28.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138711000.230.030.56306.921339.22
Hex71576E017338133d27
Octal1611271560273704631547
Binary111000110101111101110010111111110001001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71576E; }

 p { color: rgb(113,87,110); }

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

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

 a { background-color: rgb(113,87,110); }

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

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

 span { border-color: rgb(113,87,110); }

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