#735971

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

Shades of Salt Box #735971

Tints of Salt Box #735971

Color information

#735971 (or 0x735971) is unknown color: approx Salt Box. HEX triplet: 73, 59 and 71. RGB value is (115,89,113). Sum of RGB (Red+Green+Blue) = 115+89+113=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #735971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735971 is #8CA68E. Grayscale: #636363. Windows color (decimal): -9217679 or 7428467. OLE color: 7428467.

HSL color Cylindrical-coordinate representation of color #735971: hue angle of 304.62º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735971 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11589113-
CMYK00.230.020.55
HSL304.62º12.75%40%-
HSV(B)304.62º22.61%45.1%-
XYZ13.6211.9817.22-
YUV99.51135.61139.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=36.28%
G=28.08%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158911300.230.020.55304.6212.7540
Hex735971017237131d28
Octal1631311610272674611550
Binary111001110110011110001010111101101111001100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735971; }

 p { color: rgb(115,89,113); }

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

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

 a { background-color: rgb(115,89,113); }

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

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

 span { border-color: rgb(115,89,113); }

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