Html Css Color HEX #4F332A Espresso

📋 copy color: '#4F332A'

red 79 ◦ green 51 ◦ blue 42

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

Shades of Espresso #4F332A

Tints of Espresso #4F332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 45.93%
G = 29.65%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F332A (or 0x4F332A) is known color: Espresso. HEX triplet: 4F, 33 and 2A. RGB value is (79,51,42). Sum of RGB (Red+Green+Blue) = 79+51+42=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F332A is #B0CCD5. Grayscale: #3A3A3A. Windows color (decimal): -11586774 or 2765647. OLE color: 2765647.

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

Color convert

RGB 79 51 42 -
CMYK 0 0.35 0.47 0.69
HSL 14.59º 0.31% 0.24% -
HSV(B) 14.59º 0.47% 0.31% -
XYZ 4.83 4.2 2.75 -
YUV 58.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 79 51 42 0 0.35 0.47 0.69 14.59 0.31 0.24
Hex 4F 33 2A 0 23 2F 45 F 1F 18
Octal 117 63 52 0 43 57 105 17 37 30
Binary 1001111 110011 101010 0 100011 101111 1000101 1111 11111 11000

Color Harmonies of #4F332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F332A

Black with #4F332A

Text Example


Text Example

White with #4F332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,42); }

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

background-color css

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

 a { background-color: rgb(79,51,42); }

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

border-color css

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

 span { border-color: rgb(79,51,42); }

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