Html Css Color HEX #513129 Espresso

📋 copy color: '#513129'

red 81 ◦ green 49 ◦ blue 41

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

Shades of Espresso #513129

Tints of Espresso #513129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 41 (16.41% from 255) = 23.98%

R = 47.37%
G = 28.65%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513129 (or 0x513129) is known color: Espresso. HEX triplet: 51, 31 and 29. RGB value is (81,49,41). Sum of RGB (Red+Green+Blue) = 81+49+41=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513129 is #AECED6. Grayscale: #393939. Windows color (decimal): -11456215 or 2699601. OLE color: 2699601.

HSL color Cylindrical-coordinate representation of color #513129: hue angle of 12º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513129 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 49 41 -
CMYK 0 0.40 0.49 0.68
HSL 12º 0.33% 0.24% -
HSV(B) 12º 0.49% 0.32% -
XYZ 4.89 4.11 2.63 -
YUV 57.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 81 49 41 0 0.40 0.49 0.68 12 0.33 0.24
Hex 51 31 29 0 28 31 44 C 21 18
Octal 121 61 51 0 50 61 104 14 41 30
Binary 1010001 110001 101001 0 101000 110001 1000100 1100 100001 11000

Color Harmonies of #513129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513129

Black with #513129

Text Example


Text Example

White with #513129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513129; }

 p { color: rgb(81,49,41); }

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

background-color css

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

 a { background-color: rgb(81,49,41); }

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

border-color css

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

 span { border-color: rgb(81,49,41); }

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