Html Css Color HEX #70595D Falcon

📋 copy color: '#70595D'

red 112 ◦ green 89 ◦ blue 93

#70595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #70595D

Tints of Falcon #70595D

RGB

 RED value IS 112 (44.14% from 255) = 38.1%

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 38.1%
G = 30.27%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70595D (or 0x70595D) is known color: Falcon. HEX triplet: 70, 59 and 5D. RGB value is (112,89,93). Sum of RGB (Red+Green+Blue) = 112+89+93=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595D is #8FA6A2. Grayscale: #606060. Windows color (decimal): -9414307 or 6117744. OLE color: 6117744.

HSL color Cylindrical-coordinate representation of color #70595D: hue angle of 349.57º degrees, saturation: 0.11, 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 #70595D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 93 -
CMYK 0 0.21 0.17 0.56
HSL 349.57º 0.11% 0.39% -
HSV(B) 349.57º 0.21% 0.44% -
XYZ 12.23 11.38 11.91 -
YUV 96.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 112 89 93 0 0.21 0.17 0.56 349.57 0.11 0.39
Hex 70 59 5D 0 15 11 38 15E B 27
Octal 160 131 135 0 25 21 70 536 13 47
Binary 1110000 1011001 1011101 0 10101 10001 111000 101011110 1011 100111

Color Harmonies of #70595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595D

Black with #70595D

Text Example


Text Example

White with #70595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,89,93); }

 H1.HeaderClassName
 {
   color: #70595D;
 }
 .AnyTagClassName
 {
   color: #70595D;
 }
</style>

background-color css

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

 a { background-color: rgb(112,89,93); }

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

border-color css

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

 span { border-color: rgb(112,89,93); }

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