Html Css Color HEX #502B28 Espresso

📋 copy color: '#502B28'

red 80 ◦ green 43 ◦ blue 40

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

Shades of Espresso #502B28

Tints of Espresso #502B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 49.08%
G = 26.38%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#502B28 (or 0x502B28) is known color: Espresso. HEX triplet: 50, 2B and 28. RGB value is (80,43,40). Sum of RGB (Red+Green+Blue) = 80+43+40=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B28 is #AFD4D7. Grayscale: #353535. Windows color (decimal): -11523288 or 2632528. OLE color: 2632528.

HSL color Cylindrical-coordinate representation of color #502B28: hue angle of 4.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502B28 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 40 -
CMYK 0 0.46 0.5 0.69
HSL 4.5º 0.33% 0.24% -
HSV(B) 4.5º 0.5% 0.31% -
XYZ 4.56 3.59 2.46 -
YUV 53.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 80 43 40 0 0.46 0.5 0.69 4.5 0.33 0.24
Hex 50 2B 28 0 2E 32 45 4 21 18
Octal 120 53 50 0 56 62 105 4 41 30
Binary 1010000 101011 101000 0 101110 110010 1000101 100 100001 11000

Color Harmonies of #502B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B28

Black with #502B28

Text Example


Text Example

White with #502B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,43,40); }

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

background-color css

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

 a { background-color: rgb(80,43,40); }

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

border-color css

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

 span { border-color: rgb(80,43,40); }

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