#724852

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

Shades of Finn #724852

Tints of Finn #724852

Color information

#724852 (or 0x724852) is unknown color: approx Finn. HEX triplet: 72, 48 and 52. RGB value is (114,72,82). Sum of RGB (Red+Green+Blue) = 114+72+82=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #724852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724852 is #8DB7AD. Grayscale: #555555. Windows color (decimal): -9287598 or 5392498. OLE color: 5392498.

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

Color convert

RGB1147282-
CMYK00.370.280.55
HSL345.71º22.58%36.47%-
HSV(B)345.71º36.84%44.71%-
XYZ10.788.829.12-
YUV85.7125.91148.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=42.54%
G=26.87%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114728200.370.280.55345.7122.5836.47
Hex7248520251C3715a1724
Octal16211012204534675322744
Binary11100101001000101001001001011110011011110101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724852; }

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

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

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

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

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

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

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

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