Html Css Color HEX #502F2E Espresso

📋 copy color: '#502F2E'

red 80 ◦ green 47 ◦ blue 46

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

Shades of Espresso #502F2E

Tints of Espresso #502F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

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

R = 46.24%
G = 27.17%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#502F2E (or 0x502F2E) is known color: Espresso. HEX triplet: 50, 2F and 2E. RGB value is (80,47,46). Sum of RGB (Red+Green+Blue) = 80+47+46=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F2E is #AFD0D1. Grayscale: #383838. Windows color (decimal): -11522258 or 3026768. OLE color: 3026768.

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

Color convert

RGB 80 47 46 -
CMYK 0 0.41 0.42 0.69
HSL 1.76º 0.27% 0.25% -
HSV(B) 1.76º 0.43% 0.31% -
XYZ 4.82 3.94 3.09 -
YUV 56.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 80 47 46 0 0.41 0.42 0.69 1.76 0.27 0.25
Hex 50 2F 2E 0 29 2A 45 2 1B 19
Octal 120 57 56 0 51 52 105 2 33 31
Binary 1010000 101111 101110 0 101001 101010 1000101 10 11011 11001

Color Harmonies of #502F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F2E

Black with #502F2E

Text Example


Text Example

White with #502F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F2E; }

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

 H1.HeaderClassName
 {
   color: #502F2E;
 }
 .AnyTagClassName
 {
   color: #502F2E;
 }
</style>

background-color css

<style>
 a { background-color: #502F2E; }

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

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

border-color css

<style>
 span { border-color: #502F2E; }

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

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