Html Css Color HEX #512E26 Espresso

📋 copy color: '#512E26'

red 81 ◦ green 46 ◦ blue 38

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

Shades of Espresso #512E26

Tints of Espresso #512E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.03%

R = 49.09%
G = 27.88%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#512E26 (or 0x512E26) is known color: Espresso. HEX triplet: 51, 2E and 26. RGB value is (81,46,38). Sum of RGB (Red+Green+Blue) = 81+46+38=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E26 is #AED1D9. Grayscale: #373737. Windows color (decimal): -11456986 or 2502225. OLE color: 2502225.

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

Color convert

RGB 81 46 38 -
CMYK 0 0.43 0.53 0.68
HSL 11.16º 0.36% 0.23% -
HSV(B) 11.16º 0.53% 0.32% -
XYZ 4.72 3.84 2.33 -
YUV 55.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 81 46 38 0 0.43 0.53 0.68 11.16 0.36 0.23
Hex 51 2E 26 0 2B 35 44 B 24 17
Octal 121 56 46 0 53 65 104 13 44 27
Binary 1010001 101110 100110 0 101011 110101 1000100 1011 100100 10111

Color Harmonies of #512E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E26

Black with #512E26

Text Example


Text Example

White with #512E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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