#5F442A

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

Shades of Irish Coffee #5F442A

Tints of Irish Coffee #5F442A

Color information

#5F442A (or 0x5F442A) is unknown color: approx Irish Coffee. HEX triplet: 5F, 44 and 2A. RGB value is (95,68,42). Sum of RGB (Red+Green+Blue) = 95+68+42=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F442A is #A0BBD5. Grayscale: #494949. Windows color (decimal): -10533846 or 2770015. OLE color: 2770015.

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

Color convert

RGB956842-
CMYK00.280.560.63
HSL29.43º38.69%26.86%-
HSV(B)29.43º55.79%37.25%-
XYZ7.26.733.11-
YUV73.11110.45143.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=46.34%
G=33.17%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95684200.280.560.6329.4338.6926.86
Hex5F442A01C383F1d271b
Octal137104520347077354733
Binary101111110001001010100111001110001111111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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