#73516A

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

Shades of Salt Box #73516A

Tints of Salt Box #73516A

Color information

#73516A (or 0x73516A) is unknown color: approx Salt Box. HEX triplet: 73, 51 and 6A. RGB value is (115,81,106). Sum of RGB (Red+Green+Blue) = 115+81+106=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #73516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73516A is #8CAE95. Grayscale: #5D5D5D. Windows color (decimal): -9219734 or 6967667. OLE color: 6967667.

HSL color Cylindrical-coordinate representation of color #73516A: hue angle of 315.88º 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 #73516A is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11581106-
CMYK00.300.080.55
HSL315.88º17.35%38.43%-
HSV(B)315.88º29.57%45.1%-
XYZ12.6110.5715.01-
YUV94.02134.76142.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=38.08%
G=26.82%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158110600.300.080.55315.8817.3538.43
Hex73516A01E83713c1126
Octal16312115203610674742146
Binary111001110100011101010011110100011011110011110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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