#73536E

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

Shades of Salt Box #73536E

Tints of Salt Box #73536E

Color information

#73536E (or 0x73536E) is unknown color: approx Salt Box. HEX triplet: 73, 53 and 6E. RGB value is (115,83,110). Sum of RGB (Red+Green+Blue) = 115+83+110=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536E is #8CAC91. Grayscale: #5F5F5F. Windows color (decimal): -9219218 or 7230323. OLE color: 7230323.

HSL color Cylindrical-coordinate representation of color #73536E: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73536E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11583110-
CMYK00.280.040.55
HSL309.38º16.16%38.82%-
HSV(B)309.38º27.83%45.1%-
XYZ12.9810.9616.18-
YUV95.65136.1141.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=37.34%
G=26.95%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158311000.280.040.55309.3816.1638.82
Hex73536E01C4371351027
Octal1631231560344674652047
Binary11100111010011110111001110010011011110011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,83,110); }

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

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

 a { background-color: rgb(115,83,110); }

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

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

 span { border-color: rgb(115,83,110); }

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