Html Css Color HEX #502D29 Espresso

📋 copy color: '#502D29'

red 80 ◦ green 45 ◦ blue 41

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

Shades of Espresso #502D29

Tints of Espresso #502D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 48.19%
G = 27.11%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502D29 (or 0x502D29) is known color: Espresso. HEX triplet: 50, 2D and 29. RGB value is (80,45,41). Sum of RGB (Red+Green+Blue) = 80+45+41=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D29 is #AFD2D6. Grayscale: #373737. Windows color (decimal): -11522775 or 2698576. OLE color: 2698576.

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

Color convert

RGB 80 45 41 -
CMYK 0 0.44 0.49 0.69
HSL 6.15º 0.32% 0.24% -
HSV(B) 6.15º 0.49% 0.31% -
XYZ 4.65 3.74 2.58 -
YUV 55.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 80 45 41 0 0.44 0.49 0.69 6.15 0.32 0.24
Hex 50 2D 29 0 2C 31 45 6 20 18
Octal 120 55 51 0 54 61 105 6 40 30
Binary 1010000 101101 101001 0 101100 110001 1000101 110 100000 11000

Color Harmonies of #502D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D29

Black with #502D29

Text Example


Text Example

White with #502D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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