Html Css Color HEX #503229 Espresso

📋 copy color: '#503229'

red 80 ◦ green 50 ◦ blue 41

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

Shades of Espresso #503229

Tints of Espresso #503229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

 BLUE value IS 41 (16.41% from 255) = 23.98%

R = 46.78%
G = 29.24%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#503229 (or 0x503229) is known color: Espresso. HEX triplet: 50, 32 and 29. RGB value is (80,50,41). Sum of RGB (Red+Green+Blue) = 80+50+41=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503229 is #AFCDD6. Grayscale: #3A3A3A. Windows color (decimal): -11521495 or 2699856. OLE color: 2699856.

HSL color Cylindrical-coordinate representation of color #503229: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503229 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 41 -
CMYK 0 0.37 0.49 0.69
HSL 13.85º 0.32% 0.24% -
HSV(B) 13.85º 0.49% 0.31% -
XYZ 4.85 4.15 2.64 -
YUV 57.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 80 50 41 0 0.37 0.49 0.69 13.85 0.32 0.24
Hex 50 32 29 0 25 31 45 E 20 18
Octal 120 62 51 0 45 61 105 16 40 30
Binary 1010000 110010 101001 0 100101 110001 1000101 1110 100000 11000

Color Harmonies of #503229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503229

Black with #503229

Text Example


Text Example

White with #503229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503229; }

 p { color: rgb(80,50,41); }

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

background-color css

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

 a { background-color: rgb(80,50,41); }

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

border-color css

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

 span { border-color: rgb(80,50,41); }

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