Html Css Color HEX #51342D Espresso

📋 copy color: '#51342D'

red 81 ◦ green 52 ◦ blue 45

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

Shades of Espresso #51342D

Tints of Espresso #51342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 45.51%
G = 29.21%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#51342D (or 0x51342D) is known color: Espresso. HEX triplet: 51, 34 and 2D. RGB value is (81,52,45). Sum of RGB (Red+Green+Blue) = 81+52+45=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342D is #AECBD2. Grayscale: #3B3B3B. Windows color (decimal): -11455443 or 2962513. OLE color: 2962513.

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

Color convert

RGB 81 52 45 -
CMYK 0 0.36 0.44 0.68
HSL 11.67º 0.29% 0.25% -
HSV(B) 11.67º 0.44% 0.32% -
XYZ 5.09 4.39 3.06 -
YUV 59.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 81 52 45 0 0.36 0.44 0.68 11.67 0.29 0.25
Hex 51 34 2D 0 24 2C 44 C 1D 19
Octal 121 64 55 0 44 54 104 14 35 31
Binary 1010001 110100 101101 0 100100 101100 1000100 1100 11101 11001

Color Harmonies of #51342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342D

Black with #51342D

Text Example


Text Example

White with #51342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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