#5F4251

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

Shades of Finn #5F4251

Tints of Finn #5F4251

Color information

#5F4251 (or 0x5F4251) is unknown color: approx Finn. HEX triplet: 5F, 42 and 51. RGB value is (95,66,81). Sum of RGB (Red+Green+Blue) = 95+66+81=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4251 is #A0BDAE. Grayscale: #4C4C4C. Windows color (decimal): -10534319 or 5325407. OLE color: 5325407.

HSL color Cylindrical-coordinate representation of color #5F4251: hue angle of 328.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F4251 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB956681-
CMYK00.310.150.63
HSL328.97º18.01%31.57%-
HSV(B)328.97º30.53%37.25%-
XYZ8.156.928.69-
YUV76.38130.61141.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=39.26%
G=27.27%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95668100.310.150.63328.9718.0131.57
Hex5F425101FF3F1491220
Octal13710212103717775112240
Binary101111110000101010001011111111111111110100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4251; }

 p { color: rgb(95,66,81); }

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

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

 a { background-color: rgb(95,66,81); }

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

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

 span { border-color: rgb(95,66,81); }

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