Html Css Color HEX #503028 Espresso

📋 copy color: '#503028'

red 80 ◦ green 48 ◦ blue 40

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

Shades of Espresso #503028

Tints of Espresso #503028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

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

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#503028 (or 0x503028) is known color: Espresso. HEX triplet: 50, 30 and 28. RGB value is (80,48,40). Sum of RGB (Red+Green+Blue) = 80+48+40=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503028 is #AFCFD7. Grayscale: #383838. Windows color (decimal): -11522008 or 2633808. OLE color: 2633808.

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

Color convert

RGB 80 48 40 -
CMYK 0 0.40 0.5 0.69
HSL 12º 0.33% 0.24% -
HSV(B) 12º 0.5% 0.31% -
XYZ 4.75 3.97 2.52 -
YUV 56.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 80 48 40 0 0.40 0.5 0.69 12 0.33 0.24
Hex 50 30 28 0 28 32 45 C 21 18
Octal 120 60 50 0 50 62 105 14 41 30
Binary 1010000 110000 101000 0 101000 110010 1000101 1100 100001 11000

Color Harmonies of #503028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503028

Black with #503028

Text Example


Text Example

White with #503028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503028; }

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

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

background-color css

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

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

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

border-color css

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

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

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