Html Css Color HEX #5E4951 Finn

📋 copy color: '#5E4951'

red 94 ◦ green 73 ◦ blue 81

#5E4951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #5E4951

Tints of Finn #5E4951

RGB

 RED value IS 94 (37.11% from 255) = 37.9%

 GREEN value IS 73 (28.91% from 255) = 29.44%

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 37.9%
G = 29.44%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E4951 (or 0x5E4951) is known color: Finn. HEX triplet: 5E, 49 and 51. RGB value is (94,73,81). Sum of RGB (Red+Green+Blue) = 94+73+81=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4951 is #A1B6AE. Grayscale: #505050. Windows color (decimal): -10598063 or 5327198. OLE color: 5327198.

HSL color Cylindrical-coordinate representation of color #5E4951: hue angle of 337.14º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E4951 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 73 81 -
CMYK 0 0.22 0.14 0.63
HSL 337.14º 0.13% 0.33% -
HSV(B) 337.14º 0.22% 0.37% -
XYZ 8.48 7.74 8.83 -
YUV 80.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 94 73 81 0 0.22 0.14 0.63 337.14 0.13 0.33
Hex 5E 49 51 0 16 E 3F 151 D 21
Octal 136 111 121 0 26 16 77 521 15 41
Binary 1011110 1001001 1010001 0 10110 1110 111111 101010001 1101 100001

Color Harmonies of #5E4951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4951

Black with #5E4951

Text Example


Text Example

White with #5E4951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,81); }

 H1.HeaderClassName
 {
   color: #5E4951;
 }
 .AnyTagClassName
 {
   color: #5E4951;
 }
</style>

background-color css

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

 a { background-color: rgb(94,73,81); }

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

border-color css

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

 span { border-color: rgb(94,73,81); }

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