Html Css Color HEX #734853 Finn

📋 copy color: '#734853'

red 115 ◦ green 72 ◦ blue 83

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

Shades of Finn #734853

Tints of Finn #734853

RGB

 RED value IS 115 (45.31% from 255) = 42.59%

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 42.59%
G = 26.67%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#734853 (or 0x734853) is known color: Finn. HEX triplet: 73, 48 and 53. RGB value is (115,72,83). Sum of RGB (Red+Green+Blue) = 115+72+83=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #734853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734853 is #8CB7AC. Grayscale: #565656. Windows color (decimal): -9222061 or 5458035. OLE color: 5458035.

HSL color Cylindrical-coordinate representation of color #734853: hue angle of 344.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734853 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 72 83 -
CMYK 0 0.37 0.28 0.55
HSL 344.65º 0.23% 0.37% -
HSV(B) 344.65º 0.37% 0.45% -
XYZ 10.95 8.9 9.33 -
YUV 86.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 115 72 83 0 0.37 0.28 0.55 344.65 0.23 0.37
Hex 73 48 53 0 25 1C 37 159 17 25
Octal 163 110 123 0 45 34 67 531 27 45
Binary 1110011 1001000 1010011 0 100101 11100 110111 101011001 10111 100101

Color Harmonies of #734853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734853

Black with #734853

Text Example


Text Example

White with #734853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734853; }

 p { color: rgb(115,72,83); }

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

background-color css

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

 a { background-color: rgb(115,72,83); }

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

border-color css

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

 span { border-color: rgb(115,72,83); }

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