Html Css Color HEX #705153 Falcon

📋 copy color: '#705153'

red 112 ◦ green 81 ◦ blue 83

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

Shades of Falcon #705153

Tints of Falcon #705153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 40.58%
G = 29.35%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705153 (or 0x705153) is known color: Falcon. HEX triplet: 70, 51 and 53. RGB value is (112,81,83). Sum of RGB (Red+Green+Blue) = 112+81+83=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705153 is #8FAEAC. Grayscale: #5A5A5A. Windows color (decimal): -9416365 or 5460336. OLE color: 5460336.

HSL color Cylindrical-coordinate representation of color #705153: 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.28%. Process color model (Four color, CMYK) of #705153 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 83 -
CMYK 0 0.28 0.26 0.56
HSL 356.13º 0.16% 0.38% -
HSV(B) 356.13º 0.28% 0.44% -
XYZ 11.19 9.95 9.52 -
YUV 90.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 112 81 83 0 0.28 0.26 0.56 356.13 0.16 0.38
Hex 70 51 53 0 1C 1A 38 164 10 26
Octal 160 121 123 0 34 32 70 544 20 46
Binary 1110000 1010001 1010011 0 11100 11010 111000 101100100 10000 100110

Color Harmonies of #705153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705153

Black with #705153

Text Example


Text Example

White with #705153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705153; }

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

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

background-color css

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

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

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

border-color css

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

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

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