#5F442C

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

Shades of Irish Coffee #5F442C

Tints of Irish Coffee #5F442C

Color information

#5F442C (or 0x5F442C) is unknown color: approx Irish Coffee. HEX triplet: 5F, 44 and 2C. RGB value is (95,68,44). Sum of RGB (Red+Green+Blue) = 95+68+44=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F442C is #A0BBD3. Grayscale: #494949. Windows color (decimal): -10533844 or 2901087. OLE color: 2901087.

HSL color Cylindrical-coordinate representation of color #5F442C: hue angle of 28.24º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F442C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB956844-
CMYK00.280.540.63
HSL28.24º36.69%27.25%-
HSV(B)28.24º53.68%37.25%-
XYZ7.246.753.3-
YUV73.34111.45143.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=45.89%
G=32.85%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95684400.280.540.6328.2436.6927.25
Hex5F442C01C363F1c251b
Octal137104540346677344533
Binary101111110001001011000111001101101111111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,44); }

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

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

 a { background-color: rgb(95,68,44); }

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

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

 span { border-color: rgb(95,68,44); }

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