#5C442F

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

Shades of Irish Coffee #5C442F

Tints of Irish Coffee #5C442F

Color information

#5C442F (or 0x5C442F) is unknown color: approx Irish Coffee. HEX triplet: 5C, 44 and 2F. RGB value is (92,68,47). Sum of RGB (Red+Green+Blue) = 92+68+47=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C442F is #A3BBD0. Grayscale: #484848. Windows color (decimal): -10730449 or 3097692. OLE color: 3097692.

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

Color convert

RGB926847-
CMYK00.260.490.64
HSL28º32.37%27.25%-
HSV(B)28º48.91%36.08%-
XYZ6.996.613.6-
YUV72.78113.45141.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=44.44%
G=32.85%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92684700.260.490.642832.3727.25
Hex5C442F01A31401c201b
Octal1341045703261100344033
Binary1011100100010010111101101011000110000001110010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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