#724452

Color #724452 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #724452

Tints of Finn #724452

Color information

#724452 (or 0x724452) is unknown color: approx Finn. HEX triplet: 72, 44 and 52. RGB value is (114,68,82). Sum of RGB (Red+Green+Blue) = 114+68+82=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #724452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724452 is #8DBBAD. Grayscale: #535353. Windows color (decimal): -9288622 or 5391474. OLE color: 5391474.

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

Color convert

RGB1146882-
CMYK00.400.280.55
HSL341.74º25.27%35.69%-
HSV(B)341.74º40.35%44.71%-
XYZ10.538.329.03-
YUV83.35127.24149.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=43.18%
G=25.76%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114688200.400.280.55341.7425.2735.69
Hex7244520281C371561924
Octal16210412205034675263144
Binary11100101000100101001001010001110011011110101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724452; }

 p { color: rgb(114,68,82); }

 H1.HeaderClassName
 {
   color: #724452;
 }
 .AnyTagClassName
 {
   color: #724452;
 }
</style>
background-color css

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

 a { background-color: rgb(114,68,82); }

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

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

 span { border-color: rgb(114,68,82); }

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