Html Css Color HEX #502C29 Espresso

📋 copy color: '#502C29'

red 80 ◦ green 44 ◦ blue 41

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

Shades of Espresso #502C29

Tints of Espresso #502C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 48.48%
G = 26.67%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502C29 (or 0x502C29) is known color: Espresso. HEX triplet: 50, 2C and 29. RGB value is (80,44,41). Sum of RGB (Red+Green+Blue) = 80+44+41=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C29 is #AFD3D6. Grayscale: #363636. Windows color (decimal): -11523031 or 2698320. OLE color: 2698320.

HSL color Cylindrical-coordinate representation of color #502C29: hue angle of 4.62º 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 #502C29 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 41 -
CMYK 0 0.45 0.49 0.69
HSL 4.62º 0.32% 0.24% -
HSV(B) 4.62º 0.49% 0.31% -
XYZ 4.61 3.67 2.56 -
YUV 54.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 80 44 41 0 0.45 0.49 0.69 4.62 0.32 0.24
Hex 50 2C 29 0 2D 31 45 5 20 18
Octal 120 54 51 0 55 61 105 5 40 30
Binary 1010000 101100 101001 0 101101 110001 1000101 101 100000 11000

Color Harmonies of #502C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C29

Black with #502C29

Text Example


Text Example

White with #502C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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