Html Css Color HEX #704D52 Falcon

📋 copy color: '#704D52'

red 112 ◦ green 77 ◦ blue 82

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

Shades of Falcon #704D52

Tints of Falcon #704D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 41.33%
G = 28.41%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#704D52 (or 0x704D52) is known color: Falcon. HEX triplet: 70, 4D and 52. RGB value is (112,77,82). Sum of RGB (Red+Green+Blue) = 112+77+82=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D52 is #8FB2AD. Grayscale: #585858. Windows color (decimal): -9417390 or 5393776. OLE color: 5393776.

HSL color Cylindrical-coordinate representation of color #704D52: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D52 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 82 -
CMYK 0 0.31 0.27 0.56
HSL 351.43º 0.19% 0.37% -
HSV(B) 351.43º 0.31% 0.44% -
XYZ 10.86 9.36 9.22 -
YUV 88.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 112 77 82 0 0.31 0.27 0.56 351.43 0.19 0.37
Hex 70 4D 52 0 1F 1B 38 15F 13 25
Octal 160 115 122 0 37 33 70 537 23 45
Binary 1110000 1001101 1010010 0 11111 11011 111000 101011111 10011 100101

Color Harmonies of #704D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D52

Black with #704D52

Text Example


Text Example

White with #704D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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