#744853

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

Shades of Finn #744853

Tints of Finn #744853

Color information

#744853 (or 0x744853) is unknown color: approx Finn. HEX triplet: 74, 48 and 53. RGB value is (116,72,83). Sum of RGB (Red+Green+Blue) = 116+72+83=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744853 is #8BB7AC. Grayscale: #565656. Windows color (decimal): -9156525 or 5458036. OLE color: 5458036.

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

Color convert

RGB1167283-
CMYK00.380.280.55
HSL345º23.4%36.86%-
HSV(B)345º37.93%45.49%-
XYZ11.088.979.33-
YUV86.41126.08149.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=42.80%
G=26.57%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116728300.380.280.5534523.436.86
Hex7448530261C371591725
Octal16411012304634675312745
Binary11101001001000101001101001101110011011110101100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744853; }

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

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

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

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

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

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

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

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