Html Css Color HEX #50352E Espresso

📋 copy color: '#50352E'

red 80 ◦ green 53 ◦ blue 46

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

Shades of Espresso #50352E

Tints of Espresso #50352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 44.69%
G = 29.61%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50352E (or 0x50352E) is known color: Espresso. HEX triplet: 50, 35 and 2E. RGB value is (80,53,46). Sum of RGB (Red+Green+Blue) = 80+53+46=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50352E is #AFCAD1. Grayscale: #3C3C3C. Windows color (decimal): -11520722 or 3028304. OLE color: 3028304.

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

Color convert

RGB 80 53 46 -
CMYK 0 0.34 0.42 0.69
HSL 12.35º 0.27% 0.25% -
HSV(B) 12.35º 0.43% 0.31% -
XYZ 5.07 4.45 3.18 -
YUV 60.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 80 53 46 0 0.34 0.42 0.69 12.35 0.27 0.25
Hex 50 35 2E 0 22 2A 45 C 1B 19
Octal 120 65 56 0 42 52 105 14 33 31
Binary 1010000 110101 101110 0 100010 101010 1000101 1100 11011 11001

Color Harmonies of #50352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50352E

Black with #50352E

Text Example


Text Example

White with #50352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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