#5E452E

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

Shades of Irish Coffee #5E452E

Tints of Irish Coffee #5E452E

Color information

#5E452E (or 0x5E452E) is unknown color: approx Irish Coffee. HEX triplet: 5E, 45 and 2E. RGB value is (94,69,46). Sum of RGB (Red+Green+Blue) = 94+69+46=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E452E is #A1BAD1. Grayscale: #494949. Windows color (decimal): -10599122 or 3032414. OLE color: 3032414.

HSL color Cylindrical-coordinate representation of color #5E452E: hue angle of 28.75º 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 #5E452E is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB946946-
CMYK00.270.510.63
HSL28.75º34.29%27.45%-
HSV(B)28.75º51.06%36.86%-
XYZ7.246.833.52-
YUV73.85112.28142.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=44.98%
G=33.01%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94694600.270.510.6328.7534.2927.45
Hex5E452E01B333F1d221b
Octal136105560336377354233
Binary101111010001011011100110111100111111111110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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