Html Css Color HEX #5E462F Irish Coffee

📋 copy color: '#5E462F'

red 94 ◦ green 70 ◦ blue 47

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

Shades of Irish Coffee #5E462F

Tints of Irish Coffee #5E462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 44.55%
G = 33.18%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E462F (or 0x5E462F) is known color: Irish Coffee. HEX triplet: 5E, 46 and 2F. RGB value is (94,70,47). Sum of RGB (Red+Green+Blue) = 94+70+47=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E462F is #A1B9D0. Grayscale: #4A4A4A. Windows color (decimal): -10598865 or 3098206. OLE color: 3098206.

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

Color convert

RGB 94 70 47 -
CMYK 0 0.26 0.5 0.63
HSL 29.36º 0.33% 0.28% -
HSV(B) 29.36º 0.5% 0.37% -
XYZ 7.32 6.97 3.65 -
YUV 74.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 94 70 47 0 0.26 0.5 0.63 29.36 0.33 0.28
Hex 5E 46 2F 0 1A 32 3F 1D 21 1C
Octal 136 106 57 0 32 62 77 35 41 34
Binary 1011110 1000110 101111 0 11010 110010 111111 11101 100001 11100

Color Harmonies of #5E462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E462F

Black with #5E462F

Text Example


Text Example

White with #5E462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,47); }

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

background-color css

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

 a { background-color: rgb(94,70,47); }

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

border-color css

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

 span { border-color: rgb(94,70,47); }

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