Html Css Color HEX #502E29 Espresso

📋 copy color: '#502E29'

red 80 ◦ green 46 ◦ blue 41

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

Shades of Espresso #502E29

Tints of Espresso #502E29

RGB

 RED value IS 80 (31.64% from 255) = 47.9%

 GREEN value IS 46 (18.36% from 255) = 27.54%

 BLUE value IS 41 (16.41% from 255) = 24.55%

R = 47.9%
G = 27.54%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502E29 (or 0x502E29) is known color: Espresso. HEX triplet: 50, 2E and 29. RGB value is (80,46,41). Sum of RGB (Red+Green+Blue) = 80+46+41=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E29 is #AFD1D6. Grayscale: #373737. Windows color (decimal): -11522519 or 2698832. OLE color: 2698832.

HSL color Cylindrical-coordinate representation of color #502E29: hue angle of 7.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502E29 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 41 -
CMYK 0 0.42 0.49 0.69
HSL 7.69º 0.32% 0.24% -
HSV(B) 7.69º 0.49% 0.31% -
XYZ 4.69 3.82 2.59 -
YUV 55.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 80 46 41 0 0.42 0.49 0.69 7.69 0.32 0.24
Hex 50 2E 29 0 2A 31 45 8 20 18
Octal 120 56 51 0 52 61 105 10 40 30
Binary 1010000 101110 101001 0 101010 110001 1000101 1000 100000 11000

Color Harmonies of #502E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E29

Black with #502E29

Text Example


Text Example

White with #502E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E29; }

 p { color: rgb(80,46,41); }

 H1.HeaderClassName
 {
   color: #502E29;
 }
 .AnyTagClassName
 {
   color: #502E29;
 }
</style>

background-color css

<style>
 a { background-color: #502E29; }

 a { background-color: rgb(80,46,41); }

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

border-color css

<style>
 span { border-color: #502E29; }

 span { border-color: rgb(80,46,41); }

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