Html Css Color HEX #51302E Espresso

📋 copy color: '#51302E'

red 81 ◦ green 48 ◦ blue 46

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

Shades of Espresso #51302E

Tints of Espresso #51302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 46.29%
G = 27.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51302E (or 0x51302E) is known color: Espresso. HEX triplet: 51, 30 and 2E. RGB value is (81,48,46). Sum of RGB (Red+Green+Blue) = 81+48+46=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51302E is #AECFD1. Grayscale: #393939. Windows color (decimal): -11456466 or 3027025. OLE color: 3027025.

HSL color Cylindrical-coordinate representation of color #51302E: hue angle of 3.43º 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 #51302E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 46 -
CMYK 0 0.41 0.43 0.68
HSL 3.43º 0.28% 0.25% -
HSV(B) 3.43º 0.43% 0.32% -
XYZ 4.94 4.06 3.11 -
YUV 57.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 81 48 46 0 0.41 0.43 0.68 3.43 0.28 0.25
Hex 51 30 2E 0 29 2B 44 3 1C 19
Octal 121 60 56 0 51 53 104 3 34 31
Binary 1010001 110000 101110 0 101001 101011 1000100 11 11100 11001

Color Harmonies of #51302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51302E

Black with #51302E

Text Example


Text Example

White with #51302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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