Html Css Color HEX #4F2A27 Espresso

📋 copy color: '#4F2A27'

red 79 ◦ green 42 ◦ blue 39

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

Shades of Espresso #4F2A27

Tints of Espresso #4F2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.25%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 49.38%
G = 26.25%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F2A27 (or 0x4F2A27) is known color: Espresso. HEX triplet: 4F, 2A and 27. RGB value is (79,42,39). Sum of RGB (Red+Green+Blue) = 79+42+39=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A27 is #B0D5D8. Grayscale: #343434. Windows color (decimal): -11589081 or 2566735. OLE color: 2566735.

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

Color convert

RGB 79 42 39 -
CMYK 0 0.47 0.51 0.69
HSL 4.5º 0.34% 0.23% -
HSV(B) 4.5º 0.51% 0.31% -
XYZ 4.42 3.46 2.36 -
YUV 52.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 79 42 39 0 0.47 0.51 0.69 4.5 0.34 0.23
Hex 4F 2A 27 0 2F 33 45 4 22 17
Octal 117 52 47 0 57 63 105 4 42 27
Binary 1001111 101010 100111 0 101111 110011 1000101 100 100010 10111

Color Harmonies of #4F2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2A27

Black with #4F2A27

Text Example


Text Example

White with #4F2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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