#71536F

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

Shades of Salt Box #71536F

Tints of Salt Box #71536F

Color information

#71536F (or 0x71536F) is unknown color: approx Salt Box. HEX triplet: 71, 53 and 6F. RGB value is (113,83,111). Sum of RGB (Red+Green+Blue) = 113+83+111=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536F is #8EAC90. Grayscale: #5F5F5F. Windows color (decimal): -9350289 or 7295857. OLE color: 7295857.

HSL color Cylindrical-coordinate representation of color #71536F: hue angle of 304º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71536F is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11383111-
CMYK00.270.020.56
HSL304º15.31%38.43%-
HSV(B)304º26.55%44.31%-
XYZ12.7710.8416.46-
YUV95.16136.94140.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=36.81%
G=27.04%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138311100.270.020.5630415.3138.43
Hex71536F01B238130f26
Octal1611231570332704601746
Binary111000110100111101111011011101110001001100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,83,111); }

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

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

 a { background-color: rgb(113,83,111); }

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

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

 span { border-color: rgb(113,83,111); }

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