#73536D

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

Shades of Salt Box #73536D

Tints of Salt Box #73536D

Color information

#73536D (or 0x73536D) is unknown color: approx Salt Box. HEX triplet: 73, 53 and 6D. RGB value is (115,83,109). Sum of RGB (Red+Green+Blue) = 115+83+109=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536D is #8CAC92. Grayscale: #5F5F5F. Windows color (decimal): -9219219 or 7164787. OLE color: 7164787.

HSL color Cylindrical-coordinate representation of color #73536D: hue angle of 311.25º 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 #73536D is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11583109-
CMYK00.280.050.55
HSL311.25º16.16%38.82%-
HSV(B)311.25º27.83%45.1%-
XYZ12.9210.9415.9-
YUV95.53135.6141.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=37.46%
G=27.04%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158310900.280.050.55311.2516.1638.82
Hex73536D01C5371371027
Octal1631231550345674672047
Binary11100111010011110110101110010111011110011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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