Html Css Color HEX #51302F Espresso

📋 copy color: '#51302F'

red 81 ◦ green 48 ◦ blue 47

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

Shades of Espresso #51302F

Tints of Espresso #51302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 46.02%
G = 27.27%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#51302F (or 0x51302F) is known color: Espresso. HEX triplet: 51, 30 and 2F. RGB value is (81,48,47). Sum of RGB (Red+Green+Blue) = 81+48+47=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51302F is #AECFD0. Grayscale: #393939. Windows color (decimal): -11456465 or 3092561. OLE color: 3092561.

HSL color Cylindrical-coordinate representation of color #51302F: hue angle of 1.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51302F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 47 -
CMYK 0 0.41 0.42 0.68
HSL 1.76º 0.27% 0.25% -
HSV(B) 1.76º 0.42% 0.32% -
XYZ 4.96 4.07 3.21 -
YUV 57.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 81 48 47 0 0.41 0.42 0.68 1.76 0.27 0.25
Hex 51 30 2F 0 29 2A 44 2 1B 19
Octal 121 60 57 0 51 52 104 2 33 31
Binary 1010001 110000 101111 0 101001 101010 1000100 10 11011 11001

Color Harmonies of #51302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51302F

Black with #51302F

Text Example


Text Example

White with #51302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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