Html Css Color HEX #5D442F Irish Coffee

📋 copy color: '#5D442F'

red 93 ◦ green 68 ◦ blue 47

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

Shades of Irish Coffee #5D442F

Tints of Irish Coffee #5D442F

RGB

 RED value IS 93 (36.72% from 255) = 44.71%

 GREEN value IS 68 (26.95% from 255) = 32.69%

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 44.71%
G = 32.69%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D442F (or 0x5D442F) is known color: Irish Coffee. HEX triplet: 5D, 44 and 2F. RGB value is (93,68,47). Sum of RGB (Red+Green+Blue) = 93+68+47=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D442F is #A2BBD0. Grayscale: #494949. Windows color (decimal): -10664913 or 3097693. OLE color: 3097693.

HSL color Cylindrical-coordinate representation of color #5D442F: hue angle of 27.39º 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 #5D442F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 68 47 -
CMYK 0 0.27 0.49 0.64
HSL 27.39º 0.33% 0.27% -
HSV(B) 27.39º 0.49% 0.36% -
XYZ 7.09 6.67 3.6 -
YUV 73.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 93 68 47 0 0.27 0.49 0.64 27.39 0.33 0.27
Hex 5D 44 2F 0 1B 31 40 1B 21 1B
Octal 135 104 57 0 33 61 100 33 41 33
Binary 1011101 1000100 101111 0 11011 110001 1000000 11011 100001 11011

Color Harmonies of #5D442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D442F

Black with #5D442F

Text Example


Text Example

White with #5D442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,68,47); }

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

background-color css

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

 a { background-color: rgb(93,68,47); }

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

border-color css

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

 span { border-color: rgb(93,68,47); }

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