Html Css Color HEX #5E422E Irish Coffee

📋 copy color: '#5E422E'

red 94 ◦ green 66 ◦ blue 46

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

Shades of Irish Coffee #5E422E

Tints of Irish Coffee #5E422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 45.63%
G = 32.04%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E422E (or 0x5E422E) is known color: Irish Coffee. HEX triplet: 5E, 42 and 2E. RGB value is (94,66,46). Sum of RGB (Red+Green+Blue) = 94+66+46=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E422E is #A1BDD1. Grayscale: #484848. Windows color (decimal): -10599890 or 3031646. OLE color: 3031646.

HSL color Cylindrical-coordinate representation of color #5E422E: hue angle of 25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E422E is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 46 -
CMYK 0 0.30 0.51 0.63
HSL 25º 0.34% 0.27% -
HSV(B) 25º 0.51% 0.37% -
XYZ 7.06 6.47 3.46 -
YUV 72.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 94 66 46 0 0.30 0.51 0.63 25 0.34 0.27
Hex 5E 42 2E 0 1E 33 3F 19 22 1B
Octal 136 102 56 0 36 63 77 31 42 33
Binary 1011110 1000010 101110 0 11110 110011 111111 11001 100010 11011

Color Harmonies of #5E422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E422E

Black with #5E422E

Text Example


Text Example

White with #5E422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,46); }

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

background-color css

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

 a { background-color: rgb(94,66,46); }

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

border-color css

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

 span { border-color: rgb(94,66,46); }

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