#5C402E

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

Shades of Irish Coffee #5C402E

Tints of Irish Coffee #5C402E

Color information

#5C402E (or 0x5C402E) is unknown color: approx Irish Coffee. HEX triplet: 5C, 40 and 2E. RGB value is (92,64,46). Sum of RGB (Red+Green+Blue) = 92+64+46=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C402E is #A3BFD1. Grayscale: #464646. Windows color (decimal): -10731474 or 3031132. OLE color: 3031132.

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

Color convert

RGB926446-
CMYK00.300.500.64
HSL23.48º33.33%27.06%-
HSV(B)23.48º50%36.08%-
XYZ6.746.143.41-
YUV70.32114.28143.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=45.54%
G=31.68%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92644600.300.500.6423.4833.3327.06
Hex5C402E01E324017211b
Octal1341005603662100274133
Binary1011100100000010111001111011001010000001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,64,46); }

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

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

 a { background-color: rgb(92,64,46); }

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

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

 span { border-color: rgb(92,64,46); }

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