Html Css Color HEX #512D26 Espresso

📋 copy color: '#512D26'

red 81 ◦ green 45 ◦ blue 38

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

Shades of Espresso #512D26

Tints of Espresso #512D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 49.39%
G = 27.44%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#512D26 (or 0x512D26) is known color: Espresso. HEX triplet: 51, 2D and 26. RGB value is (81,45,38). Sum of RGB (Red+Green+Blue) = 81+45+38=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D26 is #AED2D9. Grayscale: #373737. Windows color (decimal): -11457242 or 2501969. OLE color: 2501969.

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

Color convert

RGB 81 45 38 -
CMYK 0 0.44 0.53 0.68
HSL 9.77º 0.36% 0.23% -
HSV(B) 9.77º 0.53% 0.32% -
XYZ 4.68 3.77 2.31 -
YUV 54.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 81 45 38 0 0.44 0.53 0.68 9.77 0.36 0.23
Hex 51 2D 26 0 2C 35 44 A 24 17
Octal 121 55 46 0 54 65 104 12 44 27
Binary 1010001 101101 100110 0 101100 110101 1000100 1010 100100 10111

Color Harmonies of #512D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D26

Black with #512D26

Text Example


Text Example

White with #512D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,38); }

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

background-color css

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

 a { background-color: rgb(81,45,38); }

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

border-color css

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

 span { border-color: rgb(81,45,38); }

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