#5D412F

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

Shades of Irish Coffee #5D412F

Tints of Irish Coffee #5D412F

Color information

#5D412F (or 0x5D412F) is unknown color: approx Irish Coffee. HEX triplet: 5D, 41 and 2F. RGB value is (93,65,47). Sum of RGB (Red+Green+Blue) = 93+65+47=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D412F is #A2BED0. Grayscale: #474747. Windows color (decimal): -10665681 or 3096925. OLE color: 3096925.

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

Color convert

RGB936547-
CMYK00.300.490.64
HSL23.48º32.86%27.45%-
HSV(B)23.48º49.46%36.47%-
XYZ6.926.313.54-
YUV71.32114.28143.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=45.37%
G=31.71%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93654700.300.490.6423.4832.8627.45
Hex5D412F01E314017211b
Octal1351015703661100274133
Binary1011101100000110111101111011000110000001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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