Html Css Color HEX #513029 Espresso

📋 copy color: '#513029'

red 81 ◦ green 48 ◦ blue 41

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

Shades of Espresso #513029

Tints of Espresso #513029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 47.65%
G = 28.24%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513029 (or 0x513029) is known color: Espresso. HEX triplet: 51, 30 and 29. RGB value is (81,48,41). Sum of RGB (Red+Green+Blue) = 81+48+41=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513029 is #AECFD6. Grayscale: #393939. Windows color (decimal): -11456471 or 2699345. OLE color: 2699345.

HSL color Cylindrical-coordinate representation of color #513029: hue angle of 10.5º 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 #513029 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 41 -
CMYK 0 0.41 0.49 0.68
HSL 10.5º 0.33% 0.24% -
HSV(B) 10.5º 0.49% 0.32% -
XYZ 4.85 4.02 2.62 -
YUV 57.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 81 48 41 0 0.41 0.49 0.68 10.5 0.33 0.24
Hex 51 30 29 0 29 31 44 A 21 18
Octal 121 60 51 0 51 61 104 12 41 30
Binary 1010001 110000 101001 0 101001 110001 1000100 1010 100001 11000

Color Harmonies of #513029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513029

Black with #513029

Text Example


Text Example

White with #513029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513029; }

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

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

background-color css

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

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

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

border-color css

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

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

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