Html Css Color HEX #50302A Espresso

📋 copy color: '#50302A'

red 80 ◦ green 48 ◦ blue 42

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

Shades of Espresso #50302A

Tints of Espresso #50302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 47.06%
G = 28.24%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50302A (or 0x50302A) is known color: Espresso. HEX triplet: 50, 30 and 2A. RGB value is (80,48,42). Sum of RGB (Red+Green+Blue) = 80+48+42=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #50302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50302A is #AFCFD5. Grayscale: #383838. Windows color (decimal): -11522006 or 2764880. OLE color: 2764880.

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

Color convert

RGB 80 48 42 -
CMYK 0 0.40 0.48 0.69
HSL 9.47º 0.31% 0.24% -
HSV(B) 9.47º 0.48% 0.31% -
XYZ 4.78 3.99 2.71 -
YUV 56.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 80 48 42 0 0.40 0.48 0.69 9.47 0.31 0.24
Hex 50 30 2A 0 28 30 45 9 1F 18
Octal 120 60 52 0 50 60 105 11 37 30
Binary 1010000 110000 101010 0 101000 110000 1000101 1001 11111 11000

Color Harmonies of #50302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50302A

Black with #50302A

Text Example


Text Example

White with #50302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50302A;
 }
 .AnyTagClassName
 {
   color: #50302A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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