Html Css Color HEX #705155 Falcon

📋 copy color: '#705155'

red 112 ◦ green 81 ◦ blue 85

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

Shades of Falcon #705155

Tints of Falcon #705155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 40.29%
G = 29.14%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705155 (or 0x705155) is known color: Falcon. HEX triplet: 70, 51 and 55. RGB value is (112,81,85). Sum of RGB (Red+Green+Blue) = 112+81+85=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705155 is #8FAEAA. Grayscale: #5A5A5A. Windows color (decimal): -9416363 or 5591408. OLE color: 5591408.

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

Color convert

RGB 112 81 85 -
CMYK 0 0.28 0.24 0.56
HSL 352.26º 0.16% 0.38% -
HSV(B) 352.26º 0.28% 0.44% -
XYZ 11.26 9.99 9.93 -
YUV 90.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 112 81 85 0 0.28 0.24 0.56 352.26 0.16 0.38
Hex 70 51 55 0 1C 18 38 160 10 26
Octal 160 121 125 0 34 30 70 540 20 46
Binary 1110000 1010001 1010101 0 11100 11000 111000 101100000 10000 100110

Color Harmonies of #705155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705155

Black with #705155

Text Example


Text Example

White with #705155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705155; }

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

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

background-color css

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

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

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

border-color css

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

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

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