Html Css Color HEX #4F2A26 Espresso

📋 copy color: '#4F2A26'

red 79 ◦ green 42 ◦ blue 38

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

Shades of Espresso #4F2A26

Tints of Espresso #4F2A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.9%

R = 49.69%
G = 26.42%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F2A26 (or 0x4F2A26) is known color: Espresso. HEX triplet: 4F, 2A and 26. RGB value is (79,42,38). Sum of RGB (Red+Green+Blue) = 79+42+38=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A26 is #B0D5D9. Grayscale: #343434. Windows color (decimal): -11589082 or 2501199. OLE color: 2501199.

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

Color convert

RGB 79 42 38 -
CMYK 0 0.47 0.52 0.69
HSL 5.85º 0.35% 0.23% -
HSV(B) 5.85º 0.52% 0.31% -
XYZ 4.4 3.46 2.27 -
YUV 52.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 79 42 38 0 0.47 0.52 0.69 5.85 0.35 0.23
Hex 4F 2A 26 0 2F 34 45 6 23 17
Octal 117 52 46 0 57 64 105 6 43 27
Binary 1001111 101010 100110 0 101111 110100 1000101 110 100011 10111

Color Harmonies of #4F2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2A26

Black with #4F2A26

Text Example


Text Example

White with #4F2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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