Html Css Color HEX #705253 Falcon

📋 copy color: '#705253'

red 112 ◦ green 82 ◦ blue 83

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

Shades of Falcon #705253

Tints of Falcon #705253

RGB

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

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

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

R = 40.43%
G = 29.6%
B = 29.96%

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

#705253 (or 0x705253) is known color: Falcon. HEX triplet: 70, 52 and 53. RGB value is (112,82,83). Sum of RGB (Red+Green+Blue) = 112+82+83=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705253 is #8FADAC. Grayscale: #5B5B5B. Windows color (decimal): -9416109 or 5460592. OLE color: 5460592.

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

Color convert

RGB 112 82 83 -
CMYK 0 0.27 0.26 0.56
HSL 358º 0.15% 0.38% -
HSV(B) 358º 0.27% 0.44% -
XYZ 11.26 10.1 9.54 -
YUV 91.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 112 82 83 0 0.27 0.26 0.56 358 0.15 0.38
Hex 70 52 53 0 1B 1A 38 166 F 26
Octal 160 122 123 0 33 32 70 546 17 46
Binary 1110000 1010010 1010011 0 11011 11010 111000 101100110 1111 100110

Color Harmonies of #705253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705253

Black with #705253

Text Example


Text Example

White with #705253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705253; }

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

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

background-color css

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

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

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

border-color css

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

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

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