Html Css Color HEX #51342C Espresso

📋 copy color: '#51342C'

red 81 ◦ green 52 ◦ blue 44

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

Shades of Espresso #51342C

Tints of Espresso #51342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 45.76%
G = 29.38%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#51342C (or 0x51342C) is known color: Espresso. HEX triplet: 51, 34 and 2C. RGB value is (81,52,44). Sum of RGB (Red+Green+Blue) = 81+52+44=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342C is #AECBD3. Grayscale: #3B3B3B. Windows color (decimal): -11455444 or 2896977. OLE color: 2896977.

HSL color Cylindrical-coordinate representation of color #51342C: hue angle of 12.97º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51342C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 44 -
CMYK 0 0.36 0.46 0.68
HSL 12.97º 0.3% 0.25% -
HSV(B) 12.97º 0.46% 0.32% -
XYZ 5.08 4.39 2.96 -
YUV 59.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 81 52 44 0 0.36 0.46 0.68 12.97 0.3 0.25
Hex 51 34 2C 0 24 2E 44 D 1E 19
Octal 121 64 54 0 44 56 104 15 36 31
Binary 1010001 110100 101100 0 100100 101110 1000100 1101 11110 11001

Color Harmonies of #51342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342C

Black with #51342C

Text Example


Text Example

White with #51342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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