#5E422E

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

Shades of Irish Coffee #5E422E

Tints of Irish Coffee #5E422E

Color information

#5E422E (or 0x5E422E) is unknown color: approx 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

RGB946646-
CMYK00.300.510.63
HSL25º34.29%27.45%-
HSV(B)25º51.06%36.86%-
XYZ7.066.473.46-
YUV72.09113.28143.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94664600.300.510.632534.2927.45
Hex5E422E01E333F19221b
Octal136102560366377314233
Binary101111010000101011100111101100111111111100110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>