Html Css Color HEX #502C25 Espresso

📋 copy color: '#502C25'

red 80 ◦ green 44 ◦ blue 37

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

Shades of Espresso #502C25

Tints of Espresso #502C25

RGB

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

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

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

R = 49.69%
G = 27.33%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#502C25 (or 0x502C25) is known color: Espresso. HEX triplet: 50, 2C and 25. RGB value is (80,44,37). Sum of RGB (Red+Green+Blue) = 80+44+37=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C25 is #AFD3DA. Grayscale: #363636. Windows color (decimal): -11523035 or 2436176. OLE color: 2436176.

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

Color convert

RGB 80 44 37 -
CMYK 0 0.45 0.54 0.69
HSL 9.77º 0.37% 0.23% -
HSV(B) 9.77º 0.54% 0.31% -
XYZ 4.54 3.64 2.21 -
YUV 53.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 80 44 37 0 0.45 0.54 0.69 9.77 0.37 0.23
Hex 50 2C 25 0 2D 36 45 A 25 17
Octal 120 54 45 0 55 66 105 12 45 27
Binary 1010000 101100 100101 0 101101 110110 1000101 1010 100101 10111

Color Harmonies of #502C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C25

Black with #502C25

Text Example


Text Example

White with #502C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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