#73585F

Color #73585F Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #73585F

Tints of Scorpion #73585F

Color information

#73585F (or 0x73585F) is unknown color: approx Scorpion. HEX triplet: 73, 58 and 5F. RGB value is (115,88,95). Sum of RGB (Red+Green+Blue) = 115+88+95=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585F is #8CA7A0. Grayscale: #606060. Windows color (decimal): -9217953 or 6248563. OLE color: 6248563.

HSL color Cylindrical-coordinate representation of color #73585F: hue angle of 344.44º 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 #73585F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1158895-
CMYK00.230.170.55
HSL344.44º13.3%39.8%-
HSV(B)344.44º23.48%45.1%-
XYZ12.6311.4512.37-
YUV96.87126.95140.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=38.59%
G=29.53%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115889500.230.170.55344.4413.339.8
Hex73585F0171137158d28
Octal16313013702721675301550
Binary111001110110001011111010111100011101111010110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73585F; }

 p { color: rgb(115,88,95); }

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

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

 a { background-color: rgb(115,88,95); }

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

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

 span { border-color: rgb(115,88,95); }

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