Html Css Color HEX #705051 Falcon

📋 copy color: '#705051'

red 112 ◦ green 80 ◦ blue 81

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

Shades of Falcon #705051

Tints of Falcon #705051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 41.03%
G = 29.3%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705051 (or 0x705051) is known color: Falcon. HEX triplet: 70, 50 and 51. RGB value is (112,80,81). Sum of RGB (Red+Green+Blue) = 112+80+81=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #705051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705051 is #8FAFAE. Grayscale: #595959. Windows color (decimal): -9416623 or 5329008. OLE color: 5329008.

HSL color Cylindrical-coordinate representation of color #705051: hue angle of 358.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705051 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 81 -
CMYK 0 0.29 0.28 0.56
HSL 358.13º 0.17% 0.38% -
HSV(B) 358.13º 0.29% 0.44% -
XYZ 11.04 9.78 9.09 -
YUV 89.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 112 80 81 0 0.29 0.28 0.56 358.13 0.17 0.38
Hex 70 50 51 0 1D 1C 38 166 11 26
Octal 160 120 121 0 35 34 70 546 21 46
Binary 1110000 1010000 1010001 0 11101 11100 111000 101100110 10001 100110

Color Harmonies of #705051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705051

Black with #705051

Text Example


Text Example

White with #705051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705051; }

 p { color: rgb(112,80,81); }

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

background-color css

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

 a { background-color: rgb(112,80,81); }

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

border-color css

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

 span { border-color: rgb(112,80,81); }

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