Html Css Color HEX #4F2F2E Espresso

📋 copy color: '#4F2F2E'

red 79 ◦ green 47 ◦ blue 46

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

Shades of Espresso #4F2F2E

Tints of Espresso #4F2F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

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

R = 45.93%
G = 27.33%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F2F2E (or 0x4F2F2E) is known color: Espresso. HEX triplet: 4F, 2F and 2E. RGB value is (79,47,46). Sum of RGB (Red+Green+Blue) = 79+47+46=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F2E is #B0D0D1. Grayscale: #383838. Windows color (decimal): -11587794 or 3026767. OLE color: 3026767.

HSL color Cylindrical-coordinate representation of color #4F2F2E: hue angle of 1.82º 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 #4F2F2E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 47 46 -
CMYK 0 0.41 0.42 0.69
HSL 1.82º 0.26% 0.25% -
HSV(B) 1.82º 0.42% 0.31% -
XYZ 4.73 3.89 3.09 -
YUV 56.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 79 47 46 0 0.41 0.42 0.69 1.82 0.26 0.25
Hex 4F 2F 2E 0 29 2A 45 2 1A 19
Octal 117 57 56 0 51 52 105 2 32 31
Binary 1001111 101111 101110 0 101001 101010 1000101 10 11010 11001

Color Harmonies of #4F2F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2F2E

Black with #4F2F2E

Text Example


Text Example

White with #4F2F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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