Html Css Color HEX #70595A Falcon

📋 copy color: '#70595A'

red 112 ◦ green 89 ◦ blue 90

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

Shades of Falcon #70595A

Tints of Falcon #70595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 38.49%
G = 30.58%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70595A (or 0x70595A) is known color: Falcon. HEX triplet: 70, 59 and 5A. RGB value is (112,89,90). Sum of RGB (Red+Green+Blue) = 112+89+90=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595A is #8FA6A5. Grayscale: #606060. Windows color (decimal): -9414310 or 5921136. OLE color: 5921136.

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

Color convert

RGB 112 89 90 -
CMYK 0 0.21 0.20 0.56
HSL 357.39º 0.11% 0.39% -
HSV(B) 357.39º 0.21% 0.44% -
XYZ 12.1 11.33 11.22 -
YUV 95.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 112 89 90 0 0.21 0.20 0.56 357.39 0.11 0.39
Hex 70 59 5A 0 15 14 38 165 B 27
Octal 160 131 132 0 25 24 70 545 13 47
Binary 1110000 1011001 1011010 0 10101 10100 111000 101100101 1011 100111

Color Harmonies of #70595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595A

Black with #70595A

Text Example


Text Example

White with #70595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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