#724853

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

Shades of Finn #724853

Tints of Finn #724853

Color information

#724853 (or 0x724853) is unknown color: approx Finn. HEX triplet: 72, 48 and 53. RGB value is (114,72,83). Sum of RGB (Red+Green+Blue) = 114+72+83=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #724853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724853 is #8DB7AC. Grayscale: #555555. Windows color (decimal): -9287597 or 5458034. OLE color: 5458034.

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

Color convert

RGB1147283-
CMYK00.370.270.55
HSL344.29º22.58%36.47%-
HSV(B)344.29º36.84%44.71%-
XYZ10.828.849.32-
YUV85.81126.41148.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=42.38%
G=26.77%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114728300.370.270.55344.2922.5836.47
Hex7248530251B371581724
Octal16211012304533675302744
Binary11100101001000101001101001011101111011110101100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724853; }

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

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

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

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

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

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

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

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