#50312A

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

Shades of Espresso #50312A

Tints of Espresso #50312A

Color information

#50312A (or 0x50312A) is unknown color: approx Espresso. HEX triplet: 50, 31 and 2A. RGB value is (80,49,42). Sum of RGB (Red+Green+Blue) = 80+49+42=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312A is #AFCED5. Grayscale: #393939. Windows color (decimal): -11521750 or 2765136. OLE color: 2765136.

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

Color convert

RGB804942-
CMYK00.390.480.69
HSL11.05º31.15%23.92%-
HSV(B)11.05º47.5%31.37%-
XYZ4.824.072.72-
YUV57.47119.27144.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=46.78%
G=28.65%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80494200.390.480.6911.0531.1523.92
Hex50312A0273045b1f18
Octal120615204760105133730
Binary10100001100011010100100111110000100010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50312A; }

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

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

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

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

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

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

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

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