#5F4128

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

Shades of Irish Coffee #5F4128

Tints of Irish Coffee #5F4128

Color information

#5F4128 (or 0x5F4128) is unknown color: approx Irish Coffee. HEX triplet: 5F, 41 and 28. RGB value is (95,65,40). Sum of RGB (Red+Green+Blue) = 95+65+40=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4128 is #A0BED7. Grayscale: #474747. Windows color (decimal): -10534616 or 2638175. OLE color: 2638175.

HSL color Cylindrical-coordinate representation of color #5F4128: hue angle of 27.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F4128 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB956540-
CMYK00.320.580.63
HSL27.27º40.74%26.47%-
HSV(B)27.27º57.89%37.25%-
XYZ6.996.372.87-
YUV71.12110.44145.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 40 (16.02% from 255) = 20%
R=47.5%
G=32.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95654000.320.580.6327.2740.7426.47
Hex5F41280203A3F1b291a
Octal137101500407277335132
Binary1011111100000110100001000001110101111111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,65,40); }

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

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

 a { background-color: rgb(95,65,40); }

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

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

 span { border-color: rgb(95,65,40); }

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