Html Css Color HEX #513028 Espresso

📋 copy color: '#513028'

red 81 ◦ green 48 ◦ blue 40

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

Shades of Espresso #513028

Tints of Espresso #513028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 47.93%
G = 28.4%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513028 (or 0x513028) is known color: Espresso. HEX triplet: 51, 30 and 28. RGB value is (81,48,40). Sum of RGB (Red+Green+Blue) = 81+48+40=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513028 is #AECFD7. Grayscale: #393939. Windows color (decimal): -11456472 or 2633809. OLE color: 2633809.

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

Color convert

RGB 81 48 40 -
CMYK 0 0.41 0.51 0.68
HSL 11.71º 0.34% 0.24% -
HSV(B) 11.71º 0.51% 0.32% -
XYZ 4.83 4.02 2.53 -
YUV 56.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 81 48 40 0 0.41 0.51 0.68 11.71 0.34 0.24
Hex 51 30 28 0 29 33 44 C 22 18
Octal 121 60 50 0 51 63 104 14 42 30
Binary 1010001 110000 101000 0 101001 110011 1000100 1100 100010 11000

Color Harmonies of #513028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513028

Black with #513028

Text Example


Text Example

White with #513028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513028; }

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

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

background-color css

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

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

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

border-color css

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

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

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