Html Css Color HEX #512E2B Espresso

📋 copy color: '#512E2B'

red 81 ◦ green 46 ◦ blue 43

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

Shades of Espresso #512E2B

Tints of Espresso #512E2B

RGB

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

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

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

R = 47.65%
G = 27.06%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#512E2B (or 0x512E2B) is known color: Espresso. HEX triplet: 51, 2E and 2B. RGB value is (81,46,43). Sum of RGB (Red+Green+Blue) = 81+46+43=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E2B is #AED1D4. Grayscale: #383838. Windows color (decimal): -11456981 or 2829905. OLE color: 2829905.

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

Color convert

RGB 81 46 43 -
CMYK 0 0.43 0.47 0.68
HSL 4.74º 0.31% 0.24% -
HSV(B) 4.74º 0.47% 0.32% -
XYZ 4.81 3.88 2.78 -
YUV 56.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 81 46 43 0 0.43 0.47 0.68 4.74 0.31 0.24
Hex 51 2E 2B 0 2B 2F 44 5 1F 18
Octal 121 56 53 0 53 57 104 5 37 30
Binary 1010001 101110 101011 0 101011 101111 1000100 101 11111 11000

Color Harmonies of #512E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E2B

Black with #512E2B

Text Example


Text Example

White with #512E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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