Html Css Color HEX #51342A Espresso

📋 copy color: '#51342A'

red 81 ◦ green 52 ◦ blue 42

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

Shades of Espresso #51342A

Tints of Espresso #51342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24%

R = 46.29%
G = 29.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#51342A (or 0x51342A) is known color: Espresso. HEX triplet: 51, 34 and 2A. RGB value is (81,52,42). Sum of RGB (Red+Green+Blue) = 81+52+42=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342A is #AECBD5. Grayscale: #3B3B3B. Windows color (decimal): -11455446 or 2765905. OLE color: 2765905.

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

Color convert

RGB 81 52 42 -
CMYK 0 0.36 0.48 0.68
HSL 15.38º 0.32% 0.24% -
HSV(B) 15.38º 0.48% 0.32% -
XYZ 5.04 4.37 2.77 -
YUV 59.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 81 52 42 0 0.36 0.48 0.68 15.38 0.32 0.24
Hex 51 34 2A 0 24 30 44 F 20 18
Octal 121 64 52 0 44 60 104 17 40 30
Binary 1010001 110100 101010 0 100100 110000 1000100 1111 100000 11000

Color Harmonies of #51342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51342A

Black with #51342A

Text Example


Text Example

White with #51342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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