Html Css Color HEX #4F342B Espresso

📋 copy color: '#4F342B'

red 79 ◦ green 52 ◦ blue 43

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

Shades of Espresso #4F342B

Tints of Espresso #4F342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 45.4%
G = 29.89%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F342B (or 0x4F342B) is known color: Espresso. HEX triplet: 4F, 34 and 2B. RGB value is (79,52,43). Sum of RGB (Red+Green+Blue) = 79+52+43=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F342B is #B0CBD4. Grayscale: #3B3B3B. Windows color (decimal): -11586517 or 2831439. OLE color: 2831439.

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

Color convert

RGB 79 52 43 -
CMYK 0 0.34 0.46 0.69
HSL 15º 0.3% 0.24% -
HSV(B) 15º 0.46% 0.31% -
XYZ 4.89 4.29 2.86 -
YUV 59.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 79 52 43 0 0.34 0.46 0.69 15 0.3 0.24
Hex 4F 34 2B 0 22 2E 45 F 1E 18
Octal 117 64 53 0 42 56 105 17 36 30
Binary 1001111 110100 101011 0 100010 101110 1000101 1111 11110 11000

Color Harmonies of #4F342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F342B

Black with #4F342B

Text Example


Text Example

White with #4F342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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