Html Css Color HEX #502E25 Espresso

📋 copy color: '#502E25'

red 80 ◦ green 46 ◦ blue 37

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

Shades of Espresso #502E25

Tints of Espresso #502E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 49.08%
G = 28.22%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#502E25 (or 0x502E25) is known color: Espresso. HEX triplet: 50, 2E and 25. RGB value is (80,46,37). Sum of RGB (Red+Green+Blue) = 80+46+37=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E25 is #AFD1DA. Grayscale: #373737. Windows color (decimal): -11522523 or 2436688. OLE color: 2436688.

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

Color convert

RGB 80 46 37 -
CMYK 0 0.42 0.54 0.69
HSL 12.56º 0.37% 0.23% -
HSV(B) 12.56º 0.54% 0.31% -
XYZ 4.62 3.79 2.24 -
YUV 55.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 80 46 37 0 0.42 0.54 0.69 12.56 0.37 0.23
Hex 50 2E 25 0 2A 36 45 D 25 17
Octal 120 56 45 0 52 66 105 15 45 27
Binary 1010000 101110 100101 0 101010 110110 1000101 1101 100101 10111

Color Harmonies of #502E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E25

Black with #502E25

Text Example


Text Example

White with #502E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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