Html Css Color HEX #50362E Espresso

📋 copy color: '#50362E'

red 80 ◦ green 54 ◦ blue 46

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

Shades of Espresso #50362E

Tints of Espresso #50362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

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

R = 44.44%
G = 30%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50362E (or 0x50362E) is known color: Espresso. HEX triplet: 50, 36 and 2E. RGB value is (80,54,46). Sum of RGB (Red+Green+Blue) = 80+54+46=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50362E is #AFC9D1. Grayscale: #3C3C3C. Windows color (decimal): -11520466 or 3028560. OLE color: 3028560.

HSL color Cylindrical-coordinate representation of color #50362E: hue angle of 14.12º 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 #50362E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 46 -
CMYK 0 0.33 0.42 0.69
HSL 14.12º 0.27% 0.25% -
HSV(B) 14.12º 0.43% 0.31% -
XYZ 5.12 4.54 3.19 -
YUV 60.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 80 54 46 0 0.33 0.42 0.69 14.12 0.27 0.25
Hex 50 36 2E 0 21 2A 45 E 1B 19
Octal 120 66 56 0 41 52 105 16 33 31
Binary 1010000 110110 101110 0 100001 101010 1000101 1110 11011 11001

Color Harmonies of #50362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50362E

Black with #50362E

Text Example


Text Example

White with #50362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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