#73576C

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

Shades of Salt Box #73576C

Tints of Salt Box #73576C

Color information

#73576C (or 0x73576C) is unknown color: approx Salt Box. HEX triplet: 73, 57 and 6C. RGB value is (115,87,108). Sum of RGB (Red+Green+Blue) = 115+87+108=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576C is #8CA893. Grayscale: #616161. Windows color (decimal): -9218196 or 7100275. OLE color: 7100275.

HSL color Cylindrical-coordinate representation of color #73576C: hue angle of 315º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73576C is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11587108-
CMYK00.240.060.55
HSL315º13.86%39.61%-
HSV(B)315º24.35%45.1%-
XYZ13.1911.5415.72-
YUV97.77133.78140.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=37.10%
G=28.06%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158710800.240.060.5531513.8639.61
Hex73576C01863713be28
Octal1631271540306674731650
Binary1110011101011111011000110001101101111001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73576C; }

 p { color: rgb(115,87,108); }

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

<style>
 a { background-color: #73576C; }

 a { background-color: rgb(115,87,108); }

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

<style>
 span { border-color: #73576C; }

 span { border-color: rgb(115,87,108); }

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