#70585E

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

Shades of Scorpion #70585E

Tints of Scorpion #70585E

Color information

#70585E (or 0x70585E) is unknown color: approx Scorpion. HEX triplet: 70, 58 and 5E. RGB value is (112,88,94). Sum of RGB (Red+Green+Blue) = 112+88+94=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585E is #8FA7A1. Grayscale: #5F5F5F. Windows color (decimal): -9414562 or 6183024. OLE color: 6183024.

HSL color Cylindrical-coordinate representation of color #70585E: hue angle of 345º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70585E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1128894-
CMYK00.210.160.56
HSL345º12%39.22%-
HSV(B)345º21.43%43.92%-
XYZ12.1911.2312.12-
YUV95.86126.95139.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=38.10%
G=29.93%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112889400.210.160.563451239.22
Hex70585E0151038159c27
Octal16013013602520705311447
Binary111000010110001011110010101100001110001010110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,88,94); }

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

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

 a { background-color: rgb(112,88,94); }

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

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

 span { border-color: rgb(112,88,94); }

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