Html Css Color HEX #503232 Espresso

📋 copy color: '#503232'

red 80 ◦ green 50 ◦ blue 50

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

Shades of Espresso #503232

Tints of Espresso #503232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 44.44%
G = 27.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#503232 (or 0x503232) is known color: Espresso. HEX triplet: 50, 32 and 32. RGB value is (80,50,50). Sum of RGB (Red+Green+Blue) = 80+50+50=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503232 is #AFCDCD. Grayscale: #3B3B3B. Windows color (decimal): -11521486 or 3289680. OLE color: 3289680.

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

Color convert

RGB 80 50 50 -
CMYK 0 0.37 0.37 0.69
HSL 0.23% 0.25% -
HSV(B) 0.38% 0.31% -
XYZ 5.02 4.22 3.57 -
YUV 58.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 80 50 50 0 0.37 0.37 0.69 0 0.23 0.25
Hex 50 32 32 0 25 25 45 0 17 19
Octal 120 62 62 0 45 45 105 0 27 31
Binary 1010000 110010 110010 0 100101 100101 1000101 0 10111 11001

Color Harmonies of #503232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503232

Black with #503232

Text Example


Text Example

White with #503232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503232; }

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

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

background-color css

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

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

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

border-color css

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

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

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