#5E4129

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

Shades of Irish Coffee #5E4129

Tints of Irish Coffee #5E4129

Color information

#5E4129 (or 0x5E4129) is unknown color: approx Irish Coffee. HEX triplet: 5E, 41 and 29. RGB value is (94,65,41). Sum of RGB (Red+Green+Blue) = 94+65+41=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4129 is #A1BED6. Grayscale: #474747. Windows color (decimal): -10600151 or 2703710. OLE color: 2703710.

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

Color convert

RGB946541-
CMYK00.310.560.63
HSL27.17º39.26%26.47%-
HSV(B)27.17º56.38%36.86%-
XYZ6.916.322.95-
YUV70.94111.11144.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=47%
G=32.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94654100.310.560.6327.1739.2626.47
Hex5E412901F383F1b271a
Octal136101510377077334732
Binary101111010000011010010111111110001111111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,41); }

 H1.HeaderClassName
 {
   color: #5E4129;
 }
 .AnyTagClassName
 {
   color: #5E4129;
 }
</style>
background-color css

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

 a { background-color: rgb(94,65,41); }

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

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

 span { border-color: rgb(94,65,41); }

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