Html Css Color HEX #704B53 Finn

📋 copy color: '#704B53'

red 112 ◦ green 75 ◦ blue 83

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

Shades of Finn #704B53

Tints of Finn #704B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 41.48%
G = 27.78%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#704B53 (or 0x704B53) is known color: Finn. HEX triplet: 70, 4B and 53. RGB value is (112,75,83). Sum of RGB (Red+Green+Blue) = 112+75+83=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B53 is #8FB4AC. Grayscale: #565656. Windows color (decimal): -9417901 or 5458800. OLE color: 5458800.

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

Color convert

RGB 112 75 83 -
CMYK 0 0.33 0.26 0.56
HSL 347.03º 0.2% 0.37% -
HSV(B) 347.03º 0.33% 0.44% -
XYZ 10.76 9.1 9.37 -
YUV 86.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 112 75 83 0 0.33 0.26 0.56 347.03 0.2 0.37
Hex 70 4B 53 0 21 1A 38 15B 14 25
Octal 160 113 123 0 41 32 70 533 24 45
Binary 1110000 1001011 1010011 0 100001 11010 111000 101011011 10100 100101

Color Harmonies of #704B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B53

Black with #704B53

Text Example


Text Example

White with #704B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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