#5F452A

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

Shades of Irish Coffee #5F452A

Tints of Irish Coffee #5F452A

Color information

#5F452A (or 0x5F452A) is unknown color: approx Irish Coffee. HEX triplet: 5F, 45 and 2A. RGB value is (95,69,42). Sum of RGB (Red+Green+Blue) = 95+69+42=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F452A is #A0BAD5. Grayscale: #494949. Windows color (decimal): -10533590 or 2770271. OLE color: 2770271.

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

Color convert

RGB956942-
CMYK00.270.560.63
HSL30.57º38.69%26.86%-
HSV(B)30.57º55.79%37.25%-
XYZ7.276.863.13-
YUV73.7110.11143.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=46.12%
G=33.50%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95694200.270.560.6330.5738.6926.86
Hex5F452A01B383F1f271b
Octal137105520337077374733
Binary101111110001011010100110111110001111111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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