Html Css Color HEX #715254 Falcon

📋 copy color: '#715254'

red 113 ◦ green 82 ◦ blue 84

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

Shades of Falcon #715254

Tints of Falcon #715254

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

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

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 40.5%
G = 29.39%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715254 (or 0x715254) is known color: Falcon. HEX triplet: 71, 52 and 54. RGB value is (113,82,84). Sum of RGB (Red+Green+Blue) = 113+82+84=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715254 is #8EADAB. Grayscale: #5B5B5B. Windows color (decimal): -9350572 or 5526129. OLE color: 5526129.

HSL color Cylindrical-coordinate representation of color #715254: hue angle of 356.13º degrees, saturation: 0.16, 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 #715254 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 84 -
CMYK 0 0.27 0.26 0.56
HSL 356.13º 0.16% 0.38% -
HSV(B) 356.13º 0.27% 0.44% -
XYZ 11.43 10.19 9.75 -
YUV 91.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 113 82 84 0 0.27 0.26 0.56 356.13 0.16 0.38
Hex 71 52 54 0 1B 1A 38 164 10 26
Octal 161 122 124 0 33 32 70 544 20 46
Binary 1110001 1010010 1010100 0 11011 11010 111000 101100100 10000 100110

Color Harmonies of #715254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715254

Black with #715254

Text Example


Text Example

White with #715254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715254; }

 p { color: rgb(113,82,84); }

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

background-color css

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

 a { background-color: rgb(113,82,84); }

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

border-color css

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

 span { border-color: rgb(113,82,84); }

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