Html Css Color HEX #51342E Espresso

📋 copy color: '#51342E'

red 81 ◦ green 52 ◦ blue 46

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

Shades of Espresso #51342E

Tints of Espresso #51342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 45.25%
G = 29.05%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51342E (or 0x51342E) is known color: Espresso. HEX triplet: 51, 34 and 2E. RGB value is (81,52,46). Sum of RGB (Red+Green+Blue) = 81+52+46=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342E is #AECBD1. Grayscale: #3C3C3C. Windows color (decimal): -11455442 or 3028049. OLE color: 3028049.

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

Color convert

RGB 81 52 46 -
CMYK 0 0.36 0.43 0.68
HSL 10.29º 0.28% 0.25% -
HSV(B) 10.29º 0.43% 0.32% -
XYZ 5.11 4.4 3.16 -
YUV 59.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 81 52 46 0 0.36 0.43 0.68 10.29 0.28 0.25
Hex 51 34 2E 0 24 2B 44 A 1C 19
Octal 121 64 56 0 44 53 104 12 34 31
Binary 1010001 110100 101110 0 100100 101011 1000100 1010 11100 11001

Color Harmonies of #51342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342E

Black with #51342E

Text Example


Text Example

White with #51342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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