Html Css Color HEX #502D2B Espresso

📋 copy color: '#502D2B'

red 80 ◦ green 45 ◦ blue 43

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

Shades of Espresso #502D2B

Tints of Espresso #502D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 47.62%
G = 26.79%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#502D2B (or 0x502D2B) is known color: Espresso. HEX triplet: 50, 2D and 2B. RGB value is (80,45,43). Sum of RGB (Red+Green+Blue) = 80+45+43=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D2B is #AFD2D4. Grayscale: #373737. Windows color (decimal): -11522773 or 2829648. OLE color: 2829648.

HSL color Cylindrical-coordinate representation of color #502D2B: hue angle of 3.24º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502D2B is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 45 43 -
CMYK 0 0.44 0.46 0.69
HSL 3.24º 0.3% 0.24% -
HSV(B) 3.24º 0.46% 0.31% -
XYZ 4.68 3.76 2.76 -
YUV 55.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 80 45 43 0 0.44 0.46 0.69 3.24 0.3 0.24
Hex 50 2D 2B 0 2C 2E 45 3 1E 18
Octal 120 55 53 0 54 56 105 3 36 30
Binary 1010000 101101 101011 0 101100 101110 1000101 11 11110 11000

Color Harmonies of #502D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D2B

Black with #502D2B

Text Example


Text Example

White with #502D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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