Html Css Color HEX #4F342E Espresso

📋 copy color: '#4F342E'

red 79 ◦ green 52 ◦ blue 46

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

Shades of Espresso #4F342E

Tints of Espresso #4F342E

RGB

 RED value IS 79 (31.25% from 255) = 44.63%

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 44.63%
G = 29.38%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F342E (or 0x4F342E) is known color: Espresso. HEX triplet: 4F, 34 and 2E. RGB value is (79,52,46). Sum of RGB (Red+Green+Blue) = 79+52+46=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F342E is #B0CBD1. Grayscale: #3B3B3B. Windows color (decimal): -11586514 or 3028047. OLE color: 3028047.

HSL color Cylindrical-coordinate representation of color #4F342E: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F342E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 52 46 -
CMYK 0 0.34 0.42 0.69
HSL 10.91º 0.26% 0.25% -
HSV(B) 10.91º 0.42% 0.31% -
XYZ 4.95 4.32 3.16 -
YUV 59.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 79 52 46 0 0.34 0.42 0.69 10.91 0.26 0.25
Hex 4F 34 2E 0 22 2A 45 B 1A 19
Octal 117 64 56 0 42 52 105 13 32 31
Binary 1001111 110100 101110 0 100010 101010 1000101 1011 11010 11001

Color Harmonies of #4F342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F342E

Black with #4F342E

Text Example


Text Example

White with #4F342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F342E; }

 p { color: rgb(79,52,46); }

 H1.HeaderClassName
 {
   color: #4F342E;
 }
 .AnyTagClassName
 {
   color: #4F342E;
 }
</style>

background-color css

<style>
 a { background-color: #4F342E; }

 a { background-color: rgb(79,52,46); }

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

border-color css

<style>
 span { border-color: #4F342E; }

 span { border-color: rgb(79,52,46); }

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