#503127

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

Shades of Espresso #503127

Tints of Espresso #503127

Color information

#503127 (or 0x503127) is unknown color: approx Espresso. HEX triplet: 50, 31 and 27. RGB value is (80,49,39). Sum of RGB (Red+Green+Blue) = 80+49+39=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503127 is #AFCED8. Grayscale: #393939. Windows color (decimal): -11521753 or 2568528. OLE color: 2568528.

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

Color convert

RGB804939-
CMYK00.390.510.69
HSL14.63º34.45%23.33%-
HSV(B)14.63º51.25%31.37%-
XYZ4.774.052.45-
YUV57.13117.77144.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=47.62%
G=29.17%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80493900.390.510.6914.6334.4523.33
Hex5031270273345f2217
Octal120614704763105174227
Binary101000011000110011101001111100111000101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503127; }

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

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

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

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

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

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

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

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