#5F402B

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

Shades of Irish Coffee #5F402B

Tints of Irish Coffee #5F402B

Color information

#5F402B (or 0x5F402B) is unknown color: approx Irish Coffee. HEX triplet: 5F, 40 and 2B. RGB value is (95,64,43). Sum of RGB (Red+Green+Blue) = 95+64+43=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F402B is #A0BFD4. Grayscale: #464646. Windows color (decimal): -10534869 or 2834527. OLE color: 2834527.

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

Color convert

RGB956443-
CMYK00.330.550.63
HSL24.23º37.68%27.06%-
HSV(B)24.23º54.74%37.25%-
XYZ6.996.273.13-
YUV70.88112.27145.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.03%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=47.03%
G=31.68%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95644300.330.550.6324.2337.6827.06
Hex5F402B021373F18261b
Octal137100530416777304633
Binary1011111100000010101101000011101111111111100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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