#73516B

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

Shades of Salt Box #73516B

Tints of Salt Box #73516B

Color information

#73516B (or 0x73516B) is unknown color: approx Salt Box. HEX triplet: 73, 51 and 6B. RGB value is (115,81,107). Sum of RGB (Red+Green+Blue) = 115+81+107=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73516B is #8CAE94. Grayscale: #5E5E5E. Windows color (decimal): -9219733 or 7033203. OLE color: 7033203.

HSL color Cylindrical-coordinate representation of color #73516B: hue angle of 314.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73516B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11581107-
CMYK00.300.070.55
HSL314.12º17.35%38.43%-
HSV(B)314.12º29.57%45.1%-
XYZ12.6710.5915.29-
YUV94.13135.26142.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=37.95%
G=26.73%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158110700.300.070.55314.1217.3538.43
Hex73516B01E73713a1126
Octal1631211530367674722146
Binary11100111010001110101101111011111011110011101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73516B; }

 p { color: rgb(115,81,107); }

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

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

 a { background-color: rgb(115,81,107); }

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

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

 span { border-color: rgb(115,81,107); }

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