#5C442E

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

Shades of Irish Coffee #5C442E

Tints of Irish Coffee #5C442E

Color information

#5C442E (or 0x5C442E) is unknown color: approx Irish Coffee. HEX triplet: 5C, 44 and 2E. RGB value is (92,68,46). Sum of RGB (Red+Green+Blue) = 92+68+46=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C442E is #A3BBD1. Grayscale: #484848. Windows color (decimal): -10730450 or 3032156. OLE color: 3032156.

HSL color Cylindrical-coordinate representation of color #5C442E: hue angle of 28.7º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C442E is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB926846-
CMYK00.260.500.64
HSL28.7º33.33%27.06%-
HSV(B)28.7º50%36.08%-
XYZ6.976.613.49-
YUV72.67112.95141.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.66%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=44.66%
G=33.01%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92684600.260.500.6428.733.3327.06
Hex5C442E01A32401d211b
Octal1341045603262100354133
Binary1011100100010010111001101011001010000001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,46); }

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

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

 a { background-color: rgb(92,68,46); }

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

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

 span { border-color: rgb(92,68,46); }

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