#503231

Color #503231 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #503231

Tints of Espresso #503231

Color information

#503231 (or 0x503231) is unknown color: approx Espresso. HEX triplet: 50, 32 and 31. RGB value is (80,50,49). Sum of RGB (Red+Green+Blue) = 80+50+49=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #503231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503231 is #AFCDCE. Grayscale: #3A3A3A. Windows color (decimal): -11521487 or 3224144. OLE color: 3224144.

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

Color convert

RGB805049-
CMYK00.370.390.69
HSL1.94º24.03%25.29%-
HSV(B)1.94º38.75%31.37%-
XYZ54.213.45-
YUV58.86122.44143.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=44.69%
G=27.93%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80504900.370.390.691.9424.0325.29
Hex503231025274521819
Octal12062610454710523031
Binary101000011001011000101001011001111000101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503231; }

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

 H1.HeaderClassName
 {
   color: #503231;
 }
 .AnyTagClassName
 {
   color: #503231;
 }
</style>
background-color css

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

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

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

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

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

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