Html Css Color HEX #503128 Espresso

📋 copy color: '#503128'

red 80 ◦ green 49 ◦ blue 40

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

Shades of Espresso #503128

Tints of Espresso #503128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 47.34%
G = 28.99%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#503128 (or 0x503128) is known color: Espresso. HEX triplet: 50, 31 and 28. RGB value is (80,49,40). Sum of RGB (Red+Green+Blue) = 80+49+40=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503128 is #AFCED7. Grayscale: #393939. Windows color (decimal): -11521752 or 2634064. OLE color: 2634064.

HSL color Cylindrical-coordinate representation of color #503128: hue angle of 13.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 #503128 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 40 -
CMYK 0 0.39 0.5 0.69
HSL 13.5º 0.33% 0.24% -
HSV(B) 13.5º 0.5% 0.31% -
XYZ 4.79 4.06 2.54 -
YUV 57.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 80 49 40 0 0.39 0.5 0.69 13.5 0.33 0.24
Hex 50 31 28 0 27 32 45 E 21 18
Octal 120 61 50 0 47 62 105 16 41 30
Binary 1010000 110001 101000 0 100111 110010 1000101 1110 100001 11000

Color Harmonies of #503128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503128

Black with #503128

Text Example


Text Example

White with #503128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503128; }

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

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

background-color css

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

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

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

border-color css

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

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

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