Html Css Color HEX #512E25 Espresso

📋 copy color: '#512E25'

red 81 ◦ green 46 ◦ blue 37

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

Shades of Espresso #512E25

Tints of Espresso #512E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.56%

R = 49.39%
G = 28.05%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#512E25 (or 0x512E25) is known color: Espresso. HEX triplet: 51, 2E and 25. RGB value is (81,46,37). Sum of RGB (Red+Green+Blue) = 81+46+37=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E25 is #AED1DA. Grayscale: #373737. Windows color (decimal): -11456987 or 2436689. OLE color: 2436689.

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

Color convert

RGB 81 46 37 -
CMYK 0 0.43 0.54 0.68
HSL 12.27º 0.37% 0.23% -
HSV(B) 12.27º 0.54% 0.32% -
XYZ 4.7 3.84 2.24 -
YUV 55.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 81 46 37 0 0.43 0.54 0.68 12.27 0.37 0.23
Hex 51 2E 25 0 2B 36 44 C 25 17
Octal 121 56 45 0 53 66 104 14 45 27
Binary 1010001 101110 100101 0 101011 110110 1000100 1100 100101 10111

Color Harmonies of #512E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E25

Black with #512E25

Text Example


Text Example

White with #512E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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