Html Css Color HEX #50352F Espresso

📋 copy color: '#50352F'

red 80 ◦ green 53 ◦ blue 47

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

Shades of Espresso #50352F

Tints of Espresso #50352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 44.44%
G = 29.44%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50352F (or 0x50352F) is known color: Espresso. HEX triplet: 50, 35 and 2F. RGB value is (80,53,47). Sum of RGB (Red+Green+Blue) = 80+53+47=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50352F is #AFCAD0. Grayscale: #3C3C3C. Windows color (decimal): -11520721 or 3093840. OLE color: 3093840.

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

Color convert

RGB 80 53 47 -
CMYK 0 0.34 0.41 0.69
HSL 10.91º 0.26% 0.25% -
HSV(B) 10.91º 0.41% 0.31% -
XYZ 5.09 4.46 3.28 -
YUV 60.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 80 53 47 0 0.34 0.41 0.69 10.91 0.26 0.25
Hex 50 35 2F 0 22 29 45 B 1A 19
Octal 120 65 57 0 42 51 105 13 32 31
Binary 1010000 110101 101111 0 100010 101001 1000101 1011 11010 11001

Color Harmonies of #50352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50352F

Black with #50352F

Text Example


Text Example

White with #50352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50352F; }

 p { color: rgb(80,53,47); }

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

background-color css

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

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

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

border-color css

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

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

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