#5E452D

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

Shades of Irish Coffee #5E452D

Tints of Irish Coffee #5E452D

Color information

#5E452D (or 0x5E452D) is unknown color: approx Irish Coffee. HEX triplet: 5E, 45 and 2D. RGB value is (94,69,45). Sum of RGB (Red+Green+Blue) = 94+69+45=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E452D is #A1BAD2. Grayscale: #494949. Windows color (decimal): -10599123 or 2966878. OLE color: 2966878.

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

Color convert

RGB946945-
CMYK00.270.520.63
HSL29.39º35.25%27.25%-
HSV(B)29.39º52.13%36.86%-
XYZ7.226.833.42-
YUV73.74111.78142.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=45.19%
G=33.17%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94694500.270.520.6329.3935.2527.25
Hex5E452D01B343F1d231b
Octal136105550336477354333
Binary101111010001011011010110111101001111111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,69,45); }

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

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

 a { background-color: rgb(94,69,45); }

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

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

 span { border-color: rgb(94,69,45); }

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