Html Css Color HEX #4F302F Espresso

📋 copy color: '#4F302F'

red 79 ◦ green 48 ◦ blue 47

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

Shades of Espresso #4F302F

Tints of Espresso #4F302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 45.4%
G = 27.59%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4F302F (or 0x4F302F) is known color: Espresso. HEX triplet: 4F, 30 and 2F. RGB value is (79,48,47). Sum of RGB (Red+Green+Blue) = 79+48+47=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F302F is #B0CFD0. Grayscale: #393939. Windows color (decimal): -11587537 or 3092559. OLE color: 3092559.

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

Color convert

RGB 79 48 47 -
CMYK 0 0.39 0.41 0.69
HSL 1.88º 0.25% 0.25% -
HSV(B) 1.88º 0.41% 0.31% -
XYZ 4.79 3.98 3.21 -
YUV 57.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 79 48 47 0 0.39 0.41 0.69 1.88 0.25 0.25
Hex 4F 30 2F 0 27 29 45 2 19 19
Octal 117 60 57 0 47 51 105 2 31 31
Binary 1001111 110000 101111 0 100111 101001 1000101 10 11001 11001

Color Harmonies of #4F302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F302F

Black with #4F302F

Text Example


Text Example

White with #4F302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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