#724856

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

Shades of Finn #724856

Tints of Finn #724856

Color information

#724856 (or 0x724856) is unknown color: approx Finn. HEX triplet: 72, 48 and 56. RGB value is (114,72,86). Sum of RGB (Red+Green+Blue) = 114+72+86=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #724856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724856 is #8DB7A9. Grayscale: #565656. Windows color (decimal): -9287594 or 5654642. OLE color: 5654642.

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

Color convert

RGB1147286-
CMYK00.370.250.55
HSL340º22.58%36.47%-
HSV(B)340º36.84%44.71%-
XYZ10.948.889.94-
YUV86.15127.91147.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=41.91%
G=26.47%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114728600.370.250.5534022.5836.47
Hex72485602519371541724
Octal16211012604531675242744
Binary11100101001000101011001001011100111011110101010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724856; }

 p { color: rgb(114,72,86); }

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

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

 a { background-color: rgb(114,72,86); }

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

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

 span { border-color: rgb(114,72,86); }

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