Html Css Color HEX #512E2C Espresso

📋 copy color: '#512E2C'

red 81 ◦ green 46 ◦ blue 44

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

Shades of Espresso #512E2C

Tints of Espresso #512E2C

RGB

 RED value IS 81 (32.03% from 255) = 47.37%

 GREEN value IS 46 (18.36% from 255) = 26.9%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 47.37%
G = 26.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#512E2C (or 0x512E2C) is known color: Espresso. HEX triplet: 51, 2E and 2C. RGB value is (81,46,44). Sum of RGB (Red+Green+Blue) = 81+46+44=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #512E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E2C is #AED1D3. Grayscale: #383838. Windows color (decimal): -11456980 or 2895441. OLE color: 2895441.

HSL color Cylindrical-coordinate representation of color #512E2C: hue angle of 3.24º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512E2C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 46 44 -
CMYK 0 0.43 0.46 0.68
HSL 3.24º 0.3% 0.25% -
HSV(B) 3.24º 0.46% 0.32% -
XYZ 4.82 3.89 2.88 -
YUV 56.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 81 46 44 0 0.43 0.46 0.68 3.24 0.3 0.25
Hex 51 2E 2C 0 2B 2E 44 3 1E 19
Octal 121 56 54 0 53 56 104 3 36 31
Binary 1010001 101110 101100 0 101011 101110 1000100 11 11110 11001

Color Harmonies of #512E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E2C

Black with #512E2C

Text Example


Text Example

White with #512E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E2C; }

 p { color: rgb(81,46,44); }

 H1.HeaderClassName
 {
   color: #512E2C;
 }
 .AnyTagClassName
 {
   color: #512E2C;
 }
</style>

background-color css

<style>
 a { background-color: #512E2C; }

 a { background-color: rgb(81,46,44); }

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

border-color css

<style>
 span { border-color: #512E2C; }

 span { border-color: rgb(81,46,44); }

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