Html Css Color HEX #5F402C Irish Coffee

📋 copy color: '#5F402C'

red 95 ◦ green 64 ◦ blue 44

#5F402C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Irish Coffee #5F402C

Tints of Irish Coffee #5F402C

RGB

 RED value IS 95 (37.5% from 255) = 46.8%

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 46.8%
G = 31.53%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5F402C (or 0x5F402C) is known color: Irish Coffee. HEX triplet: 5F, 40 and 2C. RGB value is (95,64,44). Sum of RGB (Red+Green+Blue) = 95+64+44=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F402C is #A0BFD3. Grayscale: #474747. Windows color (decimal): -10534868 or 2900063. OLE color: 2900063.

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

Color convert

RGB 95 64 44 -
CMYK 0 0.33 0.54 0.63
HSL 23.53º 0.37% 0.27% -
HSV(B) 23.53º 0.54% 0.37% -
XYZ 7.01 6.28 3.23 -
YUV 70.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 95 64 44 0 0.33 0.54 0.63 23.53 0.37 0.27
Hex 5F 40 2C 0 21 36 3F 18 25 1B
Octal 137 100 54 0 41 66 77 30 45 33
Binary 1011111 1000000 101100 0 100001 110110 111111 11000 100101 11011

Color Harmonies of #5F402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F402C

Black with #5F402C

Text Example


Text Example

White with #5F402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F402C;
 }
 .AnyTagClassName
 {
   color: #5F402C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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