Html Css Color HEX #512F27 Espresso

📋 copy color: '#512F27'

red 81 ◦ green 47 ◦ blue 39

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

Shades of Espresso #512F27

Tints of Espresso #512F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 48.5%
G = 28.14%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#512F27 (or 0x512F27) is known color: Espresso. HEX triplet: 51, 2F and 27. RGB value is (81,47,39). Sum of RGB (Red+Green+Blue) = 81+47+39=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F27 is #AED0D8. Grayscale: #383838. Windows color (decimal): -11456729 or 2568017. OLE color: 2568017.

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

Color convert

RGB 81 47 39 -
CMYK 0 0.42 0.52 0.68
HSL 11.43º 0.35% 0.24% -
HSV(B) 11.43º 0.52% 0.32% -
XYZ 4.78 3.93 2.43 -
YUV 56.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 81 47 39 0 0.42 0.52 0.68 11.43 0.35 0.24
Hex 51 2F 27 0 2A 34 44 B 23 18
Octal 121 57 47 0 52 64 104 13 43 30
Binary 1010001 101111 100111 0 101010 110100 1000100 1011 100011 11000

Color Harmonies of #512F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F27

Black with #512F27

Text Example


Text Example

White with #512F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,47,39); }

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

background-color css

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

 a { background-color: rgb(81,47,39); }

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

border-color css

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

 span { border-color: rgb(81,47,39); }

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