Html Css Color HEX #50342D Espresso

📋 copy color: '#50342D'

red 80 ◦ green 52 ◦ blue 45

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

Shades of Espresso #50342D

Tints of Espresso #50342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 45.2%
G = 29.38%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50342D (or 0x50342D) is known color: Espresso. HEX triplet: 50, 34 and 2D. RGB value is (80,52,45). Sum of RGB (Red+Green+Blue) = 80+52+45=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50342D is #AFCBD2. Grayscale: #3B3B3B. Windows color (decimal): -11520979 or 2962512. OLE color: 2962512.

HSL color Cylindrical-coordinate representation of color #50342D: hue angle of 12º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50342D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 45 -
CMYK 0 0.35 0.44 0.69
HSL 12º 0.28% 0.25% -
HSV(B) 12º 0.44% 0.31% -
XYZ 5.01 4.35 3.06 -
YUV 59.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 80 52 45 0 0.35 0.44 0.69 12 0.28 0.25
Hex 50 34 2D 0 23 2C 45 C 1C 19
Octal 120 64 55 0 43 54 105 14 34 31
Binary 1010000 110100 101101 0 100011 101100 1000101 1100 11100 11001

Color Harmonies of #50342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50342D

Black with #50342D

Text Example


Text Example

White with #50342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50342D; }

 p { color: rgb(80,52,45); }

 H1.HeaderClassName
 {
   color: #50342D;
 }
 .AnyTagClassName
 {
   color: #50342D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,52,45); }

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

border-color css

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

 span { border-color: rgb(80,52,45); }

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