#5F442B

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

Shades of Irish Coffee #5F442B

Tints of Irish Coffee #5F442B

Color information

#5F442B (or 0x5F442B) is unknown color: approx Irish Coffee. HEX triplet: 5F, 44 and 2B. RGB value is (95,68,43). Sum of RGB (Red+Green+Blue) = 95+68+43=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F442B is #A0BBD4. Grayscale: #494949. Windows color (decimal): -10533845 or 2835551. OLE color: 2835551.

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

Color convert

RGB956843-
CMYK00.280.550.63
HSL28.85º37.68%27.06%-
HSV(B)28.85º54.74%37.25%-
XYZ7.226.743.21-
YUV73.22110.95143.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=46.12%
G=33.01%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95684300.280.550.6328.8537.6827.06
Hex5F442B01C373F1d261b
Octal137104530346777354633
Binary101111110001001010110111001101111111111110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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