Html Css Color HEX #4F2F2D Espresso

📋 copy color: '#4F2F2D'

red 79 ◦ green 47 ◦ blue 45

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

Shades of Espresso #4F2F2D

Tints of Espresso #4F2F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 46.2%
G = 27.49%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#4F2F2D (or 0x4F2F2D) is known color: Espresso. HEX triplet: 4F, 2F and 2D. RGB value is (79,47,45). Sum of RGB (Red+Green+Blue) = 79+47+45=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F2D is #B0D0D2. Grayscale: #383838. Windows color (decimal): -11587795 or 2961231. OLE color: 2961231.

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

Color convert

RGB 79 47 45 -
CMYK 0 0.41 0.43 0.69
HSL 3.53º 0.27% 0.24% -
HSV(B) 3.53º 0.43% 0.31% -
XYZ 4.71 3.88 2.98 -
YUV 56.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 79 47 45 0 0.41 0.43 0.69 3.53 0.27 0.24
Hex 4F 2F 2D 0 29 2B 45 4 1B 18
Octal 117 57 55 0 51 53 105 4 33 30
Binary 1001111 101111 101101 0 101001 101011 1000101 100 11011 11000

Color Harmonies of #4F2F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2F2D

Black with #4F2F2D

Text Example


Text Example

White with #4F2F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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