#5F3E2A

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

Shades of Irish Coffee #5F3E2A

Tints of Irish Coffee #5F3E2A

Color information

#5F3E2A (or 0x5F3E2A) is unknown color: approx Irish Coffee. HEX triplet: 5F, 3E and 2A. RGB value is (95,62,42). Sum of RGB (Red+Green+Blue) = 95+62+42=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3E2A is #A0C1D5. Grayscale: #454545. Windows color (decimal): -10535382 or 2768479. OLE color: 2768479.

HSL color Cylindrical-coordinate representation of color #5F3E2A: hue angle of 22.64º 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 #5F3E2A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB956242-
CMYK00.350.560.63
HSL22.64º38.69%26.86%-
HSV(B)22.64º55.79%37.25%-
XYZ6.866.053-
YUV69.59112.43146.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.74%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=47.74%
G=31.16%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95624200.350.560.6322.6438.6926.86
Hex5F3E2A023383F17271b
Octal13776520437077274733
Binary101111111111010101001000111110001111111011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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