Html Css Color HEX #70595C Falcon

📋 copy color: '#70595C'

red 112 ◦ green 89 ◦ blue 92

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

Shades of Falcon #70595C

Tints of Falcon #70595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 38.23%
G = 30.38%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70595C (or 0x70595C) is known color: Falcon. HEX triplet: 70, 59 and 5C. RGB value is (112,89,92). Sum of RGB (Red+Green+Blue) = 112+89+92=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595C is #8FA6A3. Grayscale: #606060. Windows color (decimal): -9414308 or 6052208. OLE color: 6052208.

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

Color convert

RGB 112 89 92 -
CMYK 0 0.21 0.18 0.56
HSL 352.17º 0.11% 0.39% -
HSV(B) 352.17º 0.21% 0.44% -
XYZ 12.19 11.36 11.68 -
YUV 96.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 112 89 92 0 0.21 0.18 0.56 352.17 0.11 0.39
Hex 70 59 5C 0 15 12 38 160 B 27
Octal 160 131 134 0 25 22 70 540 13 47
Binary 1110000 1011001 1011100 0 10101 10010 111000 101100000 1011 100111

Color Harmonies of #70595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595C

Black with #70595C

Text Example


Text Example

White with #70595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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