Html Css Color HEX #705259 Falcon

📋 copy color: '#705259'

red 112 ◦ green 82 ◦ blue 89

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

Shades of Falcon #705259

Tints of Falcon #705259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 39.58%
G = 28.98%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705259 (or 0x705259) is known color: Falcon. HEX triplet: 70, 52 and 59. RGB value is (112,82,89). Sum of RGB (Red+Green+Blue) = 112+82+89=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705259 is #8FADA6. Grayscale: #5B5B5B. Windows color (decimal): -9416103 or 5853808. OLE color: 5853808.

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

Color convert

RGB 112 82 89 -
CMYK 0 0.27 0.21 0.56
HSL 346º 0.15% 0.38% -
HSV(B) 346º 0.27% 0.44% -
XYZ 11.5 10.2 10.81 -
YUV 91.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 112 82 89 0 0.27 0.21 0.56 346 0.15 0.38
Hex 70 52 59 0 1B 15 38 15A F 26
Octal 160 122 131 0 33 25 70 532 17 46
Binary 1110000 1010010 1011001 0 11011 10101 111000 101011010 1111 100110

Color Harmonies of #705259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705259

Black with #705259

Text Example


Text Example

White with #705259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705259; }

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

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

background-color css

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

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

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

border-color css

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

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

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