Html Css Color HEX #715152 Falcon

📋 copy color: '#715152'

red 113 ◦ green 81 ◦ blue 82

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

Shades of Falcon #715152

Tints of Falcon #715152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 40.94%
G = 29.35%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715152 (or 0x715152) is known color: Falcon. HEX triplet: 71, 51 and 52. RGB value is (113,81,82). Sum of RGB (Red+Green+Blue) = 113+81+82=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #715152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715152 is #8EAEAD. Grayscale: #5A5A5A. Windows color (decimal): -9350830 or 5394801. OLE color: 5394801.

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

Color convert

RGB 113 81 82 -
CMYK 0 0.28 0.27 0.56
HSL 358.13º 0.16% 0.38% -
HSV(B) 358.13º 0.28% 0.44% -
XYZ 11.28 10 9.32 -
YUV 90.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 113 81 82 0 0.28 0.27 0.56 358.13 0.16 0.38
Hex 71 51 52 0 1C 1B 38 166 10 26
Octal 161 121 122 0 34 33 70 546 20 46
Binary 1110001 1010001 1010010 0 11100 11011 111000 101100110 10000 100110

Color Harmonies of #715152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715152

Black with #715152

Text Example


Text Example

White with #715152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715152; }

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

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

background-color css

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

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

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

border-color css

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

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

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