#5D442F

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

Shades of Irish Coffee #5D442F

Tints of Irish Coffee #5D442F

Color information

#5D442F (or 0x5D442F) is unknown color: approx Irish Coffee. HEX triplet: 5D, 44 and 2F. RGB value is (93,68,47). Sum of RGB (Red+Green+Blue) = 93+68+47=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D442F is #A2BBD0. Grayscale: #494949. Windows color (decimal): -10664913 or 3097693. OLE color: 3097693.

HSL color Cylindrical-coordinate representation of color #5D442F: hue angle of 27.39º degrees, saturation: 0.33, 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 #5D442F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB936847-
CMYK00.270.490.64
HSL27.39º32.86%27.45%-
HSV(B)27.39º49.46%36.47%-
XYZ7.096.673.6-
YUV73.08113.28142.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=44.71%
G=32.69%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93684700.270.490.6427.3932.8627.45
Hex5D442F01B31401b211b
Octal1351045703361100334133
Binary1011101100010010111101101111000110000001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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