#5B442E

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

Shades of Irish Coffee #5B442E

Tints of Irish Coffee #5B442E

Color information

#5B442E (or 0x5B442E) is unknown color: approx Irish Coffee. HEX triplet: 5B, 44 and 2E. RGB value is (91,68,46). Sum of RGB (Red+Green+Blue) = 91+68+46=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B442E is #A4BBD1. Grayscale: #484848. Windows color (decimal): -10795986 or 3032155. OLE color: 3032155.

HSL color Cylindrical-coordinate representation of color #5B442E: hue angle of 29.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B442E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB916846-
CMYK00.250.490.64
HSL29.33º32.85%26.86%-
HSV(B)29.33º49.45%35.69%-
XYZ6.876.563.49-
YUV72.37113.12141.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=44.39%
G=33.17%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91684600.250.490.6429.3332.8526.86
Hex5B442E01931401d211b
Octal1331045603161100354133
Binary1011011100010010111001100111000110000001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,46); }

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

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

 a { background-color: rgb(91,68,46); }

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

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

 span { border-color: rgb(91,68,46); }

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