Html Css Color HEX #70595E Falcon

📋 copy color: '#70595E'

red 112 ◦ green 89 ◦ blue 94

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

Shades of Falcon #70595E

Tints of Falcon #70595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 37.97%
G = 30.17%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70595E (or 0x70595E) is known color: Falcon. HEX triplet: 70, 59 and 5E. RGB value is (112,89,94). Sum of RGB (Red+Green+Blue) = 112+89+94=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #70595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595E is #8FA6A1. Grayscale: #606060. Windows color (decimal): -9414306 or 6183280. OLE color: 6183280.

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

Color convert

RGB 112 89 94 -
CMYK 0 0.21 0.16 0.56
HSL 346.96º 0.11% 0.39% -
HSV(B) 346.96º 0.21% 0.44% -
XYZ 12.27 11.4 12.14 -
YUV 96.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 112 89 94 0 0.21 0.16 0.56 346.96 0.11 0.39
Hex 70 59 5E 0 15 10 38 15B B 27
Octal 160 131 136 0 25 20 70 533 13 47
Binary 1110000 1011001 1011110 0 10101 10000 111000 101011011 1011 100111

Color Harmonies of #70595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595E

Black with #70595E

Text Example


Text Example

White with #70595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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