Html Css Color HEX #51342F Espresso

📋 copy color: '#51342F'

red 81 ◦ green 52 ◦ blue 47

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

Shades of Espresso #51342F

Tints of Espresso #51342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 45%
G = 28.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#51342F (or 0x51342F) is known color: Espresso. HEX triplet: 51, 34 and 2F. RGB value is (81,52,47). Sum of RGB (Red+Green+Blue) = 81+52+47=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342F is #AECBD0. Grayscale: #3C3C3C. Windows color (decimal): -11455441 or 3093585. OLE color: 3093585.

HSL color Cylindrical-coordinate representation of color #51342F: hue angle of 8.82º 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 #51342F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 47 -
CMYK 0 0.36 0.42 0.68
HSL 8.82º 0.27% 0.25% -
HSV(B) 8.82º 0.42% 0.32% -
XYZ 5.13 4.41 3.27 -
YUV 60.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 81 52 47 0 0.36 0.42 0.68 8.82 0.27 0.25
Hex 51 34 2F 0 24 2A 44 9 1B 19
Octal 121 64 57 0 44 52 104 11 33 31
Binary 1010001 110100 101111 0 100100 101010 1000100 1001 11011 11001

Color Harmonies of #51342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342F

Black with #51342F

Text Example


Text Example

White with #51342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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