#5F432D

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

Shades of Irish Coffee #5F432D

Tints of Irish Coffee #5F432D

Color information

#5F432D (or 0x5F432D) is unknown color: approx Irish Coffee. HEX triplet: 5F, 43 and 2D. RGB value is (95,67,45). Sum of RGB (Red+Green+Blue) = 95+67+45=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F432D is #A0BCD2. Grayscale: #484848. Windows color (decimal): -10534099 or 2966367. OLE color: 2966367.

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

Color convert

RGB956745-
CMYK00.290.530.63
HSL26.4º35.71%27.45%-
HSV(B)26.4º52.63%37.25%-
XYZ7.26.643.38-
YUV72.86112.28143.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=45.89%
G=32.37%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95674500.290.530.6326.435.7127.45
Hex5F432D01D353F1a241b
Octal137103550356577324433
Binary101111110000111011010111011101011111111101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,67,45); }

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

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

 a { background-color: rgb(95,67,45); }

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

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

 span { border-color: rgb(95,67,45); }

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