Html Css Color HEX #502C24 Espresso

📋 copy color: '#502C24'

red 80 ◦ green 44 ◦ blue 36

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

Shades of Espresso #502C24

Tints of Espresso #502C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 50%
G = 27.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#502C24 (or 0x502C24) is known color: Espresso. HEX triplet: 50, 2C and 24. RGB value is (80,44,36). Sum of RGB (Red+Green+Blue) = 80+44+36=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C24 is #AFD3DB. Grayscale: #353535. Windows color (decimal): -11523036 or 2370640. OLE color: 2370640.

HSL color Cylindrical-coordinate representation of color #502C24: hue angle of 10.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502C24 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 36 -
CMYK 0 0.45 0.55 0.69
HSL 10.91º 0.38% 0.23% -
HSV(B) 10.91º 0.55% 0.31% -
XYZ 4.53 3.63 2.13 -
YUV 53.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 80 44 36 0 0.45 0.55 0.69 10.91 0.38 0.23
Hex 50 2C 24 0 2D 37 45 B 26 17
Octal 120 54 44 0 55 67 105 13 46 27
Binary 1010000 101100 100100 0 101101 110111 1000101 1011 100110 10111

Color Harmonies of #502C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C24

Black with #502C24

Text Example


Text Example

White with #502C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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