Html Css Color HEX #51342B Espresso

📋 copy color: '#51342B'

red 81 ◦ green 52 ◦ blue 43

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

Shades of Espresso #51342B

Tints of Espresso #51342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.43%

R = 46.02%
G = 29.55%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51342B (or 0x51342B) is known color: Espresso. HEX triplet: 51, 34 and 2B. RGB value is (81,52,43). Sum of RGB (Red+Green+Blue) = 81+52+43=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342B is #AECBD4. Grayscale: #3B3B3B. Windows color (decimal): -11455445 or 2831441. OLE color: 2831441.

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

Color convert

RGB 81 52 43 -
CMYK 0 0.36 0.47 0.68
HSL 14.21º 0.31% 0.24% -
HSV(B) 14.21º 0.47% 0.32% -
XYZ 5.06 4.38 2.86 -
YUV 59.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 81 52 43 0 0.36 0.47 0.68 14.21 0.31 0.24
Hex 51 34 2B 0 24 2F 44 E 1F 18
Octal 121 64 53 0 44 57 104 16 37 30
Binary 1010001 110100 101011 0 100100 101111 1000100 1110 11111 11000

Color Harmonies of #51342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342B

Black with #51342B

Text Example


Text Example

White with #51342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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