Html Css Color HEX #5E4350 Finn

📋 copy color: '#5E4350'

red 94 ◦ green 67 ◦ blue 80

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

Shades of Finn #5E4350

Tints of Finn #5E4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 39%
G = 27.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E4350 (or 0x5E4350) is known color: Finn. HEX triplet: 5E, 43 and 50. RGB value is (94,67,80). Sum of RGB (Red+Green+Blue) = 94+67+80=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4350 is #A1BCAF. Grayscale: #4C4C4C. Windows color (decimal): -10599600 or 5260126. OLE color: 5260126.

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

Color convert

RGB 94 67 80 -
CMYK 0 0.29 0.15 0.63
HSL 331.11º 0.17% 0.32% -
HSV(B) 331.11º 0.29% 0.37% -
XYZ 8.07 6.97 8.51 -
YUV 76.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 94 67 80 0 0.29 0.15 0.63 331.11 0.17 0.32
Hex 5E 43 50 0 1D F 3F 14B 11 20
Octal 136 103 120 0 35 17 77 513 21 40
Binary 1011110 1000011 1010000 0 11101 1111 111111 101001011 10001 100000

Color Harmonies of #5E4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4350

Black with #5E4350

Text Example


Text Example

White with #5E4350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,80); }

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

background-color css

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

 a { background-color: rgb(94,67,80); }

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

border-color css

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

 span { border-color: rgb(94,67,80); }

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